On Mar 20, 7:39 pm, Joe Adams <village.unremarka...@gmail.com> wrote: > inline frame in that page that holds the > pagehttp://tomadamsboatbuilder.com/map.html
If it were a key issue, you would get a message telling you so: you don't, so your key is ok. The problem is that this mapTypeId: google.maps.MapTypeId.ROADMAP is Version 3 syntax, whereas this <script src="http://maps.google.com/maps? file=api&v=2&key=ABQIAAAA... loads Version 2 of the API. You can't mix the two. Version 3 is not a backwards-compatible enhancement: it's completely different, designed for "light" mobile applications. Decide whether you are using Version 2 or Version 3 and use code as appropriate. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to google-maps-...@googlegroups.com. To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.