> The source for this can be found > here:http://venturepax.mindboxstudios.com/map.php
Your map setting-up is done by initialize() - which is called on page load complete. The inline code sections in the body will be called as they are encountered by the browser ... which is before page load is complete, and so the map is uninitialized. In addition, your sidebar() function tries to set listeners on the contents of an array markers[] which doesn't seem to get defined anywhere. 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 -~----------~----~----~----~------~----~------~--~---
