It's working now, and it looks like the Frontpage type of problem:

<script src="http://maps.google.com/maps?
file=api&amp;amp;v=2&amp;amp;key=ABQIAAAAoS4t47o_AL6IjztmnX4ReBRPieIHkPd0CX9VKsi-
Au807vzOYhRar-ycWmXs5Zq6ycTwYOuXsL7aUg"
      type="text/javascript"></script>

The "&amp;" are doubled up, it should be:

<script src="http://maps.google.com/maps?
file=api&amp;v=2&amp;key=ABQIAAAAoS4t47o_AL6IjztmnX4ReBRPieIHkPd0CX9VKsi-
Au807vzOYhRar-ycWmXs5Zq6ycTwYOuXsL7aUg"
      type="text/javascript"></script>


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