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.1575,-72.3292)};var g_ab8e2f48a36cc1dde1c4413297b87880 = new google.maps.Geocoder();g_ab8e2f48a36cc1dde1c4413297b87880.geocode( { 'address': "1001 Thorndike St, Palmer, MA 01069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmer-MA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('palmer-MA-santander-atm'), mapOptions);}document.getElementById('4391f8cb').innerHTML += ' | View Map';var $lab8e2f48a36cc1dde1c4413297b87880 = '

Santander ATM

Address: 1001 Thorndike St, Palmer, MA 01069, USA
Phone:
';var m_ab8e2f48a36cc1dde1c4413297b87880 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_ab8e2f48a36cc1dde1c4413297b87880['infowindow'] = new google.maps.InfoWindow({content: $lab8e2f48a36cc1dde1c4413297b87880});var infowindow = new google.maps.InfoWindow({content: $lab8e2f48a36cc1dde1c4413297b87880});google.maps.event.addListener(m_ab8e2f48a36cc1dde1c4413297b87880, 'click', function() {infowindow.open(map,m_ab8e2f48a36cc1dde1c4413297b87880);});$marker.push(m_ab8e2f48a36cc1dde1c4413297b87880);}});}google.maps.event.addDomListener(window, 'load', initialize);