Thanks for the assistance Ralf.
Turns out I needed to add a map.checkResize() call. Judging from some of the simular but not exact other issues raised, it believes my map size is 0 by the time it reaches the centering code and therefore drops the point at the 0,0 coordinate of the map. Adding the map.checkResize() call right before my centering attempt seemed to do the trick, as it was then seeing the true map size. -Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
