How to disable mouse scroll wheel scaling with Google Maps API

I am using Google Maps API (v3) to draw a few maps on a page. One thing I’d like to do is disable zooming when you scroll the mouse wheel over the map, but I’m unsure how. I have disabled the scaleControl (i.e. removed the scaling UI element), but this doesn’t prevent scroll wheel scaling. … Read more

Google Maps JS API v3 – Simple Multiple Marker Example

Fairly new to the Google Maps Api. I’ve got an array of data that I want to cycle through and plot on a map. Seems fairly simple, but all the multi-marker tutorials I have found are quite complex. Let’s use the data array from Google’s site for an example: var locations = [ [‘Bondi Beach’, … Read more