Thanks guys for your responses, Larry I remember now reading about asynchronous before so I'll read more into that.
Terry, you're absolutely right, I can't believe I didn't notice that, I haven't done much programming/coding in the last 6 months and before that I was only a beginner anyway really but that's a rookie mistake. I'll fix up all that and get all the functions and variables out of the if loop. Also, when you say calling a function with an onload even in the body tag, are you referring to where I have seen things like <body onload="initialize()" onload="gunload()"> as opposed to where I just have <body onload="gunload()"> and all my map initialization is in the aforementioned if statement, whereas others have the initilazition function in the <head> tags. I have seen tutorials of it both ways, is one way better or more desirable? Thanks for all the help so far --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
