You have two obvious problems that I see: There is white space in your key line - everything between the quotes should be on one line.
You are missing the <script> tag before your JavaScript and also missing the </script> tag after it. This makes your JavaScript render like plain text. Try fixing these things and see if you get a map. -John Coryat http://maps.huge.info http://www.usnaviguide.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
