i want to add an infowindow to individual markers. i've tried doing:

GEvent.addListener(marker, 'click', function() {
        marker.openInfoWindowHtml(html);
      });

this works with map.addOverlay but does not seem to work with
clusterer.js and google map api.

here is my test link:

http://www.bigeasylifeinsurance.com/m/prospects.php

i'm using the example from

http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/examples/simple_example.html

any help would be great!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to