if($('#gmap').length){ $(function() { var LocsA = [ { lat: 40.839081, lon: -74.477142, title: 'Property 1', html: ['', '
568 E 1st Ave, Miami
' ].join(''), icon: 'assets/images/icons/map.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.733617, lon: -74.171150, title: 'Property 2', html: ['', '450 E 1st Ave, New Jersey
' ].join(''), icon: 'assets/images/icons/map.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.743011, lon: -74.247100, title: 'Property 3', html: ['', '568 E 2nd Ave, Miami
' ].join(''), icon: 'assets/images/icons/map.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.819370, lon: -74.297274, title: 'Property 4', html: ['', '568 E 1st Ave, Miami
' ].join(''), icon: 'assets/images/icons/map.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.690010, lon: -74.151753, title: 'Property 5', html: ['', '568 E 1st Ave, Miami
' ].join(''), icon: 'assets/images/icons/map.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.780125, lon: -74.458003, title: 'Property 6', html: ['', '568 E 1st Ave, Miami
' ].join(''), icon: 'assets/images/icons/map.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.778826, lon: -74.391427, title: 'Property 7', html: ['', '568 E 1st Ave, Miami
' ].join(''), icon: 'assets/images/icons/map.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.753863, lon: -74.473445, title: 'property 7', html: ['', '568 E 1st Ave, Miami
' ].join(''), icon: 'assets/images/icons/map.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.775360, lon: -74.603500, title: 'Property 8', html: ['', '568 E 1st Ave, Miami
' ].join(''), icon: 'assets/images/icons/map.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.815080, lon: -74.162520, title: 'Property 9', html: ['', '568 E 1st Ave, Miami
' ].join(''), icon: 'assets/images/icons/map.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.819370, lon: -74.297274, title: 'Property 10', html: ['', '568 E 1st Ave, Miami
' ].join(''), icon: 'assets/images/icons/map.png', animation: google.maps.Animation.BOUNCE } ]; new Maplace({ locations: LocsA, controls_on_map: true, map_options: { zoom: 11.92, scrollwheel: false, stopover: true, styles: [ { "featureType": "landscape.natural", "elementType": "geometry.fill", "stylers": [ { "visibility": "on" }, { "color": "#ddd" } ] }, { "featureType": "poi", "elementType": "geometry.fill", "stylers": [ { "visibility": "on" }, { "hue": "#000" }, { "color": "#000" } ] }, { "featureType": "road", "elementType": "geometry", "stylers": [ { "lightness": 100 }, { "visibility": "simplified" } ] }, { "featureType": "road", "elementType": "labels", "stylers": [ { "visibility": "off" } ] }, { "featureType": "transit.line", "elementType": "geometry", "stylers": [ { "visibility": "on" }, { "lightness": 700 } ] }, { "featureType": "water", "elementType": "all", "stylers": [ { "color": "#c4c4c4" } ] } ] } }).Load(); }); }