Not sure where I am going worng.  Have looked over numerous sites and
tutorials for help.  All markers are displaying same text.

map.addOverlay(createMarker(point,info))

function createMarker(point,html)
{
        var marker = new GMarker(point); ";
        GEvent.addListener(marker, "mouseover", function()
{marker.openInfoWindowHtml(html);}); return marker;}
}

-- 
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