I've done something similar to keep just one infoWindow open.
I initialize a var like this
var currentInfoWindow = null;
then on every marker click event I do something like this:
var infowindow = new google.maps.InfoWindow({
content: "your content here"
});
google.maps.event.addListener(mark
Hi,
I wanted to use an svg for my marker and found that I could do it with
RichMarker, and that works great. Thanks to
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/ee71c799fa7be4fc/cdc2f9493430e271?lnk=gst&q=richmarker+svg#cdc2f9493430e271
My problem started when I want