Hey there, I have an issues/bug when trying to have a v3 and v2 google maps on the page at the same time.
The core of our application uses v2 of the API and adding some new functionality we decided to use v3 of the api since v2 is deprecated. So I'm dynamically loading the v3 version of the api in another "tab" on the application.
The problem is if you click on the v3 map and then click on the v2 map the v2 map starts following the mouse cursor around as if you had clicked to start dragging but never released the mouse button. And basically bugs out till you reload the page
Heres an example, with simple instructions on how to replicate http://jsbin.com/googlemapv3v2/1
The weird thing is if you click/play around with the v2 map first then click/play around with the v3 map it all works nicely.
So I've tried "tricking" it by firing custom click/mousedown events on the v2 map once the v3 api is loaded see http://jsbin.com/googlemapv3v2/2
But no luck there, anyone got any ideas?
EDIT: Should note, it only seems to be happening in chrome, firefox, safari havent tried opera.