Do you by any chance have a badly written map "click" listener somewhere
else in your code? Perhaps something like:

GEvent.addListener(map, "click", function(overlay, point) {
  map.addOverlay(new GMarker(point));
});

The error could be being thrown from the map click listener, rather than
the marker click listener.

This would have been obvious if you'd included a link to your page.

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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