It looks like your initialize function is not being called - if I manually call initialize(); from the console then the maps appear. You should probably look at why the function is not being called.
One option is to add a event listener to the window load event instead of adding onload="initialize()" to the body. -- Luke On Thu, Apr 28, 2011 at 9:27 AM, JC <[email protected]> wrote: > Hi all > > Suddenly my maps stopped working... I tried setting the version number > and checked the code but couldn't find anything wrong. > > Here is the link: http://laspalmascigar.com/en/contact-us.html > > Thanks in advance. > > -- > 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. > > -- 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.
