On Apr 29, 11:59 am, Sam <[email protected]> wrote: > 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;} > > }
Nothing obvious in your code snippet. Where is your map? http://groups.google.com/group/google-maps-api/web/suggested-posting-guidelines http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical -- Larry > > -- > 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 > athttp://groups.google.com/group/google-maps-api?hl=en. -- 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.
