Andres, Your solution indeed did the trick; worked perfectly. Thanks!!
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/NqM5gtXPoK
You might want to see if setting up an event listener for the tilesloaded
event does the trick:
http://code.google.com/apis/maps/documentation/javascript/reference.html#Map
You would call your placeMarkerInfo() function once the map tiles have
finished loading.
Cheers,
Andres
On Tue, Aug 23,
Hello,
In my application, I want to initialize a Google Map based on an input
address. To do so, I send an address to my JS function "initializeMap()",
which uses the geocoder to get the lat & lng of the address, and upon
successful geocode, I use those coordinates to initialize a map at the