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.2569,-72.2482)};var g_964872ce3dfd2f4a2fe045f0cc11a06f = new google.maps.Geocoder();g_964872ce3dfd2f4a2fe045f0cc11a06f.geocode( { 'address': "104 West St, Ware, MA 01082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ware-MA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('ware-MA-santander-atm'), mapOptions);}document.getElementById('b7b4bb01').innerHTML += ' | View Map';var $l964872ce3dfd2f4a2fe045f0cc11a06f = '

Santander ATM

Address: 104 West St, Ware, MA 01082, USA
Phone:
';var m_964872ce3dfd2f4a2fe045f0cc11a06f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_964872ce3dfd2f4a2fe045f0cc11a06f['infowindow'] = new google.maps.InfoWindow({content: $l964872ce3dfd2f4a2fe045f0cc11a06f});var infowindow = new google.maps.InfoWindow({content: $l964872ce3dfd2f4a2fe045f0cc11a06f});google.maps.event.addListener(m_964872ce3dfd2f4a2fe045f0cc11a06f, 'click', function() {infowindow.open(map,m_964872ce3dfd2f4a2fe045f0cc11a06f);});$marker.push(m_964872ce3dfd2f4a2fe045f0cc11a06f);}});}google.maps.event.addDomListener(window, 'load', initialize);