Hi Daniele
You need to open file "{site_root_dir}/ow_plugins/google_map_location/controllers/user_map.php" and find code on line 31 :
$map = new GOOGLELOCATION_CMP_Map();
$map->setHeight('600px');
$map->setZoom(2); // zoom of map ( possible values from 0 to 17 )
$map->setCenter(30,10); // latitude and longitude of map center
$map->setMapOption('scrollwheel', 'false');