Re: [Google Maps API v3] Infowindow Auto-Pan Problem

2011-08-23 Thread doubleg
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

Re: [Google Maps API v3] Infowindow Auto-Pan Problem

2011-08-23 Thread Andres Ferrate
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,

[Google Maps API v3] Infowindow Auto-Pan Problem

2011-08-23 Thread doubleg
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