On Jan 16, 12:02 pm, railscoder <[email protected]> wrote: > GUnload is undefined.
You load and execute application.js before the API script, so it's that script which is complaining about GUnload being undefined. That script contains your initialize function, and you have defined a function createMarker() **within** that, which means that it won't be available once initialize() has stopped running. That may or may not cause problems in the future. 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 -~----------~----~----~----~------~----~------~--~---
