function loadmapmo(f,c,b){var e=new google.maps.LatLng(f,c);var a={zoom:b,center:e,disableDefaultUI:true,mapTypeId:google.maps.MapTypeId.TERRAIN,mapTypeControl:false,navigationControl:true,scrollwheel:false,navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL,position:google.maps.ControlPosition.TOP_RIGHT}};var d=new google.maps.Map(document.getElementById("map"),a)};
