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.6837,-70.8444)};var g_c5a688da86e3a4e310ee7686d916b440 = new google.maps.Geocoder();g_c5a688da86e3a4e310ee7686d916b440.geocode( { 'address': "116 Central St, Ipswich, MA 01938, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ipswich-MA-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('ipswich-MA-santander-bank-atm'), mapOptions);}document.getElementById('52be10ed').innerHTML += ' | View Map';var $lc5a688da86e3a4e310ee7686d916b440 = '

Santander Bank ATM

Address: 116 Central St, Ipswich, MA 01938, USA
Phone: (978) 356-9965
';var m_c5a688da86e3a4e310ee7686d916b440 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_c5a688da86e3a4e310ee7686d916b440['infowindow'] = new google.maps.InfoWindow({content: $lc5a688da86e3a4e310ee7686d916b440});var infowindow = new google.maps.InfoWindow({content: $lc5a688da86e3a4e310ee7686d916b440});google.maps.event.addListener(m_c5a688da86e3a4e310ee7686d916b440, 'click', function() {infowindow.open(map,m_c5a688da86e3a4e310ee7686d916b440);});$marker.push(m_c5a688da86e3a4e310ee7686d916b440);}});}google.maps.event.addDomListener(window, 'load', initialize);