I am developing mobile sites with Google Maps embedded via the Google Maps API. I have been able to stop certain types of behavior but have been unable to find a good way to
Add this to your myOptions list:
gestureHandling: 'cooperative'
This is from the Google Maps JS API documentation. I implemented a similar functionality on my mobile maps web app.