var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(42.5603,-71.5898)};var g_500a0527787eb25d00fba8e7d1796399 = new google.maps.Geocoder();g_500a0527787eb25d00fba8e7d1796399.geocode( { 'address': "1 Park St, Ayer, MA 01432, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ayer-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('ayer-MA-santander-bank'), mapOptions);}document.getElementById('f980e58d').innerHTML += ' | View Map';var $l500a0527787eb25d00fba8e7d1796399 = '

Santander Bank

Address: 1 Park St, Ayer, MA 01432, USA
Phone: (978) 772-4828
';var m_500a0527787eb25d00fba8e7d1796399 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_500a0527787eb25d00fba8e7d1796399['infowindow'] = new google.maps.InfoWindow({content: $l500a0527787eb25d00fba8e7d1796399});var infowindow = new google.maps.InfoWindow({content: $l500a0527787eb25d00fba8e7d1796399});google.maps.event.addListener(m_500a0527787eb25d00fba8e7d1796399, 'click', function() {infowindow.open(map,m_500a0527787eb25d00fba8e7d1796399);});$marker.push(m_500a0527787eb25d00fba8e7d1796399);}});}google.maps.event.addDomListener(window, 'load', initialize);