var map;var portalegre=new google.maps.LatLng(39.288977990350915,-7.429150342941284);var MY_MAPTYPE_ID='mtpmapa';function initialize(){var stylez=[{featureType:"all",elementType:"all",stylers:[{visibility:"on"},{lightness:-5},{saturation:-100},{hue:"#cccccc"}]},{featureType:"water",stylers:[{visibility:"on"},{saturation:-100},{lightness:-40}]},{featureType:"landscape",elementType:"labels",stylers:[{visibility:"off"}]},{featureType:"landscape",stylers:[{saturation:-100},{lightness:99}]}];var mapOptions={zoom:18,center:portalegre,disableDefaultUI:true,mapTypeControlOptions:{mapTypeIds:[google.maps.MapTypeId.ROADMAP,MY_MAPTYPE_ID]},mapTypeId:MY_MAPTYPE_ID};map=new google.maps.Map(document.getElementById("map_canvas"),mapOptions);var styledMapOptions={name:"Hip-Hop"};var myMapType=new google.maps.StyledMapType(stylez,styledMapOptions);map.mapTypes.set(MY_MAPTYPE_ID,myMapType);var image='http://www.mtportalegre.pt/stage/assets/website/js/marcador.png';var myLatLng=new google.maps.LatLng(39.288977990350915,-7.429150342941284);var mtpMarcador=new google.maps.Marker({position:myLatLng,map:map,icon:image});}
