I think you have some basic problems with your code. I see you're creating multiple instances of the map variable, re-initializing it several times. This is not necessary. Make the map variable global and initialize it once. Another thing you pretty much have to do is add a setCenter immediately after you initialize the map variable. This is especially important with IE. Try restructuring your code in this way and see if that makes things better.
-John Coryat http://maps.huge.info http://www.usnaviguide.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
