$(function() { var LocsA = [ { lat: 40.740178, lon: -74.190194, title: 'Location 1', html: [ '
', '

Boston, New York

', '
5816 S. Coulter Street Amarillo, TX 79119
', '

0123456789

', '
', ' Get An Appointment', ' View Website', '
', '
' ].join(''), icon: 'img/icons/map-marker-2.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.733617, lon: -74.171150, title: 'Location 2', html: [ '
', '

Boston, New York

', '
5816 S. Coulter Street Amarillo, TX 79119
', '

0123456789

', '
', ' Get An Appointment', ' View Website', '
', '
' ].join(''), icon: 'img/icons/map-marker-2.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.743011, lon: -74.247100, title: 'Location 3', html: [ '
', '

Boston, New York

', '
5816 S. Coulter Street Amarillo, TX 79119
', '

0123456789

', '
', ' Get An Appointment', ' View Website', '
', '
' ].join(''), icon: 'img/icons/map-marker-2.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.711150, lon: -74.214998, title: 'Location 4', html: [ '
', '

Boston, New York

', '
5816 S. Coulter Street Amarillo, TX 79119
', '

0123456789

', '
', ' Get An Appointment', ' View Website', '
', '
' ].join(''), icon: 'img/icons/map-marker-2.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.690010, lon: -74.151753, title: 'Location 5', html: [ '
', '

Boston, New York

', '
5816 S. Coulter Street Amarillo, TX 79119
', '

0123456789

', '
', ' Get An Appointment', ' View Website', '
', '
' ].join(''), icon: 'img/icons/map-marker-2.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.697590, lon: -74.263164, title: 'Location 6', html: [ '
', '

Boston, New York

', '
5816 S. Coulter Street Amarillo, TX 79119
', '

0123456789

', '
', ' Get An Appointment', ' View Website', '
', '
' ].join(''), icon: 'img/icons/map-marker-2.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.729979, lon: -74.271992, title: 'Location 7', html: [ '
', '

Boston, New York

', '
5816 S. Coulter Street Amarillo, TX 79119
', '

0123456789

', '
', ' Get An Appointment', ' View Website', '
', '
' ].join(''), icon: 'img/icons/map-marker-2.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.749702, lon: -74.163631, title: 'Location 8', html: [ '
', '

Boston, New York

', '
5816 S. Coulter Street Amarillo, TX 79119
', '

0123456789

', '
', ' Get An Appointment', ' View Website', '
', '
' ].join(''), icon: 'img/icons/map-marker-2.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.718971, lon: -74.323219, title: 'Location 9', html: [ '
', '

Boston, New York

', '
5816 S. Coulter Street Amarillo, TX 79119
', '

0123456789

', '
', ' Get An Appointment', ' View Website', '
', '
' ].join(''), icon: 'img/icons/map-marker-2.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.748350, lon: -74.323219, title: 'Location 10', html: [ '
', '

Boston, New York

', '
5816 S. Coulter Street Amarillo, TX 79119
', '

0123456789

', '
', ' Get An Appointment', ' View Website', '
', '
' ].join(''), icon: 'img/icons/map-marker-2.png', animation: google.maps.Animation.BOUNCE }, { lat: 40.740178, lon: -74.190194, title: 'Location 11', html: [ '
', '

Boston, New York

', '
5816 S. Coulter Street Amarillo, TX 79119
', '

0123456789

', '
', ' Get An Appointment', ' View Website', '
', '
' ].join(''), icon: '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(); });