Using jQuery, I would like to get access to the Google map object of the Google map created by the Formidable Geolocation Addon by using the "Show Map" option on the autocomplete address field. I've pored over the frm-google-geo.js code and can't find a way to get that object. I need to get the object to set a click listener on it. It's not sufficient to just use a selector to get the div that the map sits in, I have to get the Map object itself. I reached out to S11 support and though I disagree with their argument that it's custom code, in the end, they're not going to help.
The only alternative I see is to turn off the "Show Map" option and write jQuery code to create the map.
Thoughts?