Without even looking at it I can tell you must be having an issue with the asynchronous nature of the function. Remember, things that go out to the web for more information happen asynchronously, so code that follows such a call won't know what's going to happen as those function calls are 'disconnected' from the rest of the code being processed. Take another look at what you're doing with that in mind, that will most likely be why you're experiencing difficulty.
-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 -~----------~----~----~----~------~----~------~--~---
