I'm using the same custom icon for my marker, but I need to have multiple markers. Each marker needs a unique infowindow.
I'm using ExpressionEngine (EE) as the CMS, and the client needs to be able to add new markers & infowindows through the admin control. I'd like to use HTML <div>s to insert content into the infowindows. That way, I can easily style them with CSS. Google's documentation with 1) multiple infowindows and 2) infowindows inserted via the DOM is sparse (if not, non-existent). Here's my test page: http://www.escapecreative.com/map/index2.html I've got multiple markers in an array. And I've got 1 infowindow showing up for the last location in the array (Seattle, WA). But I don't know where to go next to get multiple unique infowindows displaying for each marker, using <div>s in the HTML. Any help is greatly appreciated. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.