I am pretty sure that Rossco is correct regarding inlining the GMap2
initialization. Basically, Google Maps actually loads the js in two
phases (two separate files). However, by the time you are initializing
the map, not all the code has been downloaded. What you want to do is
either one of the following:

1) In your body tag, set the onload event to an initialize function
and then initialize the maps inside that function
or
2) use google.load and then set the onLoadCallback to fire your
initialize function once google.load has loaded the maps api.

good luck :) hope this helps

On Jul 18, 5:24 pm, johncage <cars...@yourlife.de> wrote:
> hello.
>
> i also get the error "a is undefined function qf(a){K(of).AR();eval(a)}
> \n" in main.js line 174... using firebug.
>
> but everything from showing map, showing info window to gettin route
> info seems to work fine, you can have a look here:
>
> http://www.yourlife.de/component/option,com_joomleague/func,showClubI...
>
> i know it is not really a big problem, but looks quite ugly...
>  ;)
> seached very long 'til now but didn't find a solution yet, maybe
> someone can give me a hint so i can find out what
>
> function qf(a) (not a very declaratory function name indeed)
>
> is for anyway so i can find out what provokes this bug on my own.
>
> tia,
> carsten

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to