Disable Scroll Wheel Zoom

Code:

$(document).ready(function() { 
    $('#map_canvas').googleMaps({
	    scroll: false
    }); 
});