On Dec 28, 10:16 pm, EOJ Design <[email protected]> wrote: > > The site is athttp://www.virtualstsimons.com
Did you check your error message? G_MAP_TYPE is not defined, at line 158: map.setCenter(new GLatLng(31.2148, -81.3886), 12, G_MAP_TYPE); If you search the Group for G_MAP_TYPE http://groups.google.com/group/google-maps-api/search?group=google-maps-api&q=G_MAP_TYPE&qt_g=Search+this+group you'll find it stopped working in October 2008 (yes 2008), when Google removed support for that Version 1 symbol. It should be G_NORMAL_MAP. There may be other incompatibilities in your code, too; I didn't check past that first error. http://code.google.com/apis/maps/documentation/upgrade.html 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.
