I am currently utilizing the v3 version of Google Maps API. While my map functions perfectly in Safari and Chrome, I encountered an issue in Firefox where I received the error message "google.maps.Map is not a constructor."
When inspecting 'google.maps' in the console of Chrome or Safari, I observed a complex object containing various components, including google.maps.Map. However, in Firefox, the object appeared incomplete, with only an empty modules object, 'gjsload', and a Load function. Despite updating Firefox, the issue persists. It seems there may be compatibility problems between Firefox and Google Maps.
Does anyone have suggestions on how to successfully load the API in Firefox?