scrollwheel: false,
JavaScript
jQuery(document).ready(function($) {
jQuery('#gmap').goMap({
address: '300 S. Lamar Blvd, Austin, TX, 78704',
maptype: 'roadmap',
zoom: 14,
scrollwheel: false,
scaleControl: false,
navigationControl: false,
});
});