I get an error on line 21 in Firefox:
syntax error:
function(data) { var xml = GXml.parse(data);)
You are also missing a } from that line, (i think) it should be:
function(data) { var xml = GXml.parse(data)};)
It then errors the "initialize is not defined" but that is probably
caused by the 1st error.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---