> <table width="935" height="1075" border="0">
>       <tr>
>         <td width="467" height="410"><script src="http://
> maps.google.com/maps?
> file=api&v=1&key=ABQIAAAAgCNofnQyYJBK07n1VtBf9xTt1tW6zRC65NJAQPcgsPBJc0i9SR­RDGhoMhDE0k6Aovlb_-
> nua9321JA" type="text/javascript"></script>
>   </head>

Whoah, you can't have a table inside the <head> ...

> var map = new GMap(document.getElementById("crestline"));
...
>         var map = new GMap(document.getElementById("redlands"));

You should give your maps different javascript names, 'map1' 'map2' ,
then you'd be able to do different things to them like opening
infowindows.

You only need to load the API script once, it will deal with many
maps.

Scripts acting inside tables generally doesn't work well with maps,
see
  http://www.easypagez.com/maps/ieworking.html
for some good practice about where to put your script and how to make
it run at an appropriate time.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to