$(function () { var LocsA = [ { lat: 40.740178, lon: -74.190194, title: "Location 1", html: [ '
', '#', '
House in Upper East Side
', '
$30,000
', '

3 Bed3 Bath1220 ft2

', '

Boston, New York', "

", ].join(""), icon: "../assets/img/icons/map-marker-2.png", animation: google.maps.Animation.BOUNCE, }, { lat: 40.733617, lon: -74.17115, title: "Location 2", html: [ '
', '#', '
House in Upper East Side
', '
$30,000
', '

3 Bed3 Bath1220 ft2

', '

Boston, New York', "

", ].join(""), icon: "../assets/img/icons/map-marker-2.png", animation: google.maps.Animation.BOUNCE, }, { lat: 40.743011, lon: -74.2471, title: "Location 3", html: [ '
', '#', '
House in Upper East Side
', '
$30,000
', '

3 Bed3 Bath1220 ft2

', '

Boston, New York', "

", ].join(""), icon: "../assets/img/icons/map-marker-2.png", animation: google.maps.Animation.BOUNCE, }, { lat: 40.71115, lon: -74.214998, title: "Location 4", html: [ '
', '#', '
House in Upper East Side
', '
$30,000
', '

3 Bed3 Bath1220 ft2

', '

Boston, New York', "

", ].join(""), icon: "../assets/img/icons/map-marker-2.png", animation: google.maps.Animation.BOUNCE, }, { lat: 40.69001, lon: -74.151753, title: "Location 5", html: [ '
', '#', '
House in Upper East Side
', '
$30,000
', '

3 Bed3 Bath1220 ft2

', '

Boston, New York', "

", ].join(""), icon: "../assets/img/icons/map-marker-2.png", animation: google.maps.Animation.BOUNCE, }, { lat: 40.69759, lon: -74.263164, title: "Location 6", html: [ '
', '#', '
House in Upper East Side
', '
$30,000
', '

3 Bed3 Bath1220 ft2

', '

Boston, New York', "

", ].join(""), icon: "../assets/img/icons/map-marker-2.png", animation: google.maps.Animation.BOUNCE, }, { lat: 40.729979, lon: -74.271992, title: "Location 7", html: [ '
', '#', '
House in Upper East Side
', '
$30,000
', '

3 Bed3 Bath1220 ft2

', '

Boston, New York', "

", ].join(""), icon: "../assets/img/icons/map-marker-2.png", animation: google.maps.Animation.BOUNCE, }, { lat: 40.749702, lon: -74.163631, title: "Location 8", html: [ '
', '#', '
House in Upper East Side
', '
$30,000
', '

3 Bed3 Bath1220 ft2

', '

Boston, New York', "

", ].join(""), icon: "../assets/img/icons/map-marker-2.png", animation: google.maps.Animation.BOUNCE, }, { lat: 40.718971, lon: -74.323219, title: "Location 9", html: [ '
', '#', '
House in Upper East Side
', '
$30,000
', '

3 Bed3 Bath1220 ft2

', '

Boston, New York', "

", ].join(""), icon: "../assets/img/icons/map-marker-2.png", animation: google.maps.Animation.BOUNCE, }, { lat: 40.74835, lon: -74.323219, title: "Location 10", html: [ '
', '#', '
House in Upper East Side
', '
$30,000
', '

3 Bed3 Bath1220 ft2

', '

Boston, New York', "

", ].join(""), icon: "../assets/img/icons/map-marker-2.png", animation: google.maps.Animation.BOUNCE, }, { lat: 40.740178, lon: -74.190194, title: "Location 11", html: [ '
', '#', '
House in Upper East Side
', '
$30,000
', '

3 Bed3 Bath1220 ft2

', '

Boston, New York', "

", ].join(""), icon: "../assets/img/icons/map-marker-2.png", animation: google.maps.Animation.BOUNCE, }, ]; new Maplace({ locations: LocsA, controls_on_map: true, map_options: { zoom: 13, scrollwheel: false, stopover: true, }, stroke_options: { strokeColor: "#f10", strokeOpacity: 0.8, strokeWeight: 2, fillColor: "#f10", fillOpacity: 0.4, }, }).Load(); });