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.2413,-70.8907)};var g_3980d35e58823c444327597a1d33df25 = new google.maps.Geocoder();g_3980d35e58823c444327597a1d33df25.geocode( { 'address': "89 South St, Hingham, MA 02043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hingham-MA-atm-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('hingham-MA-atm-santander-bank'), mapOptions);}document.getElementById('52fb5349').innerHTML += ' | View Map';var $l3980d35e58823c444327597a1d33df25 = '

ATM (Santander Bank)

Address: 89 South St, Hingham, MA 02043, USA
Phone:
';var m_3980d35e58823c444327597a1d33df25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Santander Bank)',});m_3980d35e58823c444327597a1d33df25['infowindow'] = new google.maps.InfoWindow({content: $l3980d35e58823c444327597a1d33df25});var infowindow = new google.maps.InfoWindow({content: $l3980d35e58823c444327597a1d33df25});google.maps.event.addListener(m_3980d35e58823c444327597a1d33df25, 'click', function() {infowindow.open(map,m_3980d35e58823c444327597a1d33df25);});$marker.push(m_3980d35e58823c444327597a1d33df25);}});}google.maps.event.addDomListener(window, 'load', initialize);