$(function () { var LocsA = [ { lat: -23.56117, lon: -46.65654, title: "Marco workstation", html: ['
', '
Marco workstation
','
Outdoor | 1920 x 1080 | 10s
','
São Paulo',"
",].join(""),icon: "/assets/img/icons/map-marker-2.png",animation: google.maps.Animation.BOUNCE,}, { lat: -23.535393530677954, lon: -46.71352654695511, title: "Cero Cora", html: ['', '
Cero Cora
','
Indoor | 1800 x 1920 | 10s
','
São Paulo',"
",].join(""),icon: "/assets/img/icons/map-marker-2.png",animation: google.maps.Animation.BOUNCE,}, { lat: -18.781516724349693, lon: -46.7578125, title: "player em casa", html: ['', '
player em casa
','
Outdoor | 300 x 600 | 15s
','
Guimarânia',"
",].join(""),icon: "/assets/img/icons/map-marker-2.png",animation: google.maps.Animation.BOUNCE,}, { lat: -23.56091, lon: -46.65622, title: "Marco Super Positivo DUO", html: ['', '
Marco Super Positivo DUO
','
Indoor | 1080 x 1920 | 15s
','
São Paulo',"
",].join(""),icon: "/assets/img/icons/map-marker-2.png",animation: google.maps.Animation.BOUNCE,},]; new Maplace({ locations: LocsA, controls_on_map: false, map_options: {zoom: 5, scrollwheel: false, stopover: true,},stroke_options: { strokeColor: "#f10", strokeOpacity: 0.8, strokeWeight: 2, fillColor: "#f10", fillOpacity: 0.4, },}).Load();});