> I try this code : That code is not what is at the link you gave us.
> Do you know why ? But I can work that part out. Your placeMarker() function is defined inside another function, loadMap(). Don't do that, define it outside of any other function, so that is always available. When you've sorted that, it still won't work because you have to pass an argument to placeMarker when you call it, to tell it the position you want the marker to be placed at. It can't guess what you have in mind. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
