On Oct 1, 8:23 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > your script runs inline before the map div is defined.
There isn't a map div. There is a map2 div, defined before the script runs: <div id="map2" style="border: 3px solid rgb(217, 207, 186); position:absolute; left:5px; top:50px; width: 725px; height: 450px; background-color: rgb(229, 227, 223); position: relative;"> Not sure why there are two "position:" styles there, though. Why are you constructing the map yourself, complete with specifying the copyright string, Terms of Use link and "Powered by" link (which isn't correct, by the way)? That's completely wrong: both because your code won't work and you're violating the Terms of Use by not allowing the API to build the map. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
