I\'m trying to port my googlemaps v2 functions to v3.
But somehow i stuck in a strange error and i could not find, what i\'m doing wrong.
Erro
I had the same problem with exactly the same error message. In the end the error was, that I still called the maps v2 javascript. I had to replace:
with
after this, it worked fine. took me a while ;-)