You have a javascript error on your page: Uncaught ReferenceError: initialize is not defined
This means that the function initialize doesn't exist but you are calling it in your onload function. -- Luke On Tue, Jun 7, 2011 at 2:57 PM, andrew Teng <[email protected]> wrote: > Hi Chris, > > Below is the link: > http://www.anzteng.byethost15.com/googlemap/store.htm > > Thanks > > Andrew Teng > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-maps-js-api-v3/-/bWc4WnRJWHdTZ01K. > > 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-js-api-v3?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
