It's invalid to put that script segment between the </head> and the <body>, some browsers might ignore it altogether.
However, the real problem is that it is an inline script - it may run before mapLoad() defines 'map', again depending on browser. What you need to do is see that it gets run afterwards - perhaps wrap that script up as a function to be called from mapLoad() cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
