COSA FACCIAMO
-
REALIZZAZIONE
-
GESTIONE
-
PROMOZIONE
-
DI CENTRI COMMERCIALI
',
verticalAlign: 'center',
horizontalAlign: 'center'
});
var styles = [
{
"featureType": "poi",
"stylers": [
{ "visibility": "on" },
{ "weight": 0.9 },
{ "lightness": 37 },
{ "gamma": 0.62 },
{ "hue": "#ff0000" },
{ "saturation": -93 }
]
},{
"featureType": "poi",
"stylers": [
{ "hue": "#ff0000" },
{ "saturation": -1 },
{ "color": "#ffffff" },
{ "weight": 0.2 }
]
},{
"featureType": "road",
"stylers": [
{ "hue": "#ff0000" },
{ "saturation": -98 }
]
},{
"featureType": "landscape",
"stylers": [
{ "hue": "#ff0000" },
{ "saturation": -89 }
]
},{
"featureType": "water",
"stylers": [
{ "hue": "#cfa144" },
{ "weight": 0.4 },
{ "saturation": -38 }
]
}
];
map.addStyle({
styledMapName:"Styled Map",
styles: styles,
mapTypeId: "map_style"
});
map.setStyle("map_style");
});
})(jQuery);