I’m trying to add a Google map to a website I am developing.
I have managed to include the map, with the correct long & lat coordinates (Using V3 of the API), but I’m having trouble adding a tooltip like you see when clicking a marker
See this URL for details
When one of those markers is clicked, the tooltip appears, how can I achieve the same result on my small map?
The marker click items are called InfoWindows (google.maps.InfoWindow).
I used the api page for reference when I built our maps, it was really helpful and easy to understand.
http://code.google.com/apis/maps/documentation/javascript/overlays.html#InfoWindows