I'm using the v3 of Google Maps API. My map loads and everything works fine in Safari and Chrome, but in Firefox i get the error "google.maps.Map is not a constructor".
In Chrome or Safari when i enter 'google.maps' in the console I get an complex object with lots of stuff inside of it(including google.maps.Map) but in Firefox i get a much less complete object with only an empty modules object, and a 'gjsload' and a Load function. I've read that there are issues with firefox and google maps, but it was not fixed when i updated Firefox. Does anyone know how i can get the API to load in Firefox?