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.0255,-70.685)};var g_a0db811cc7b592b44e9e6a399be9c5cf = new google.maps.Geocoder();g_a0db811cc7b592b44e9e6a399be9c5cf.geocode( { 'address': "64 Depot St, Duxbury, MA 02332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duxbury-MA-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('duxbury-MA-santander-bank-atm'), mapOptions);}document.getElementById('7d91e0d1').innerHTML += ' | View Map';var $la0db811cc7b592b44e9e6a399be9c5cf = '

Santander Bank ATM

Address: 64 Depot St, Duxbury, MA 02332, USA
Phone: (781) 934-0510
';var m_a0db811cc7b592b44e9e6a399be9c5cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_a0db811cc7b592b44e9e6a399be9c5cf['infowindow'] = new google.maps.InfoWindow({content: $la0db811cc7b592b44e9e6a399be9c5cf});var infowindow = new google.maps.InfoWindow({content: $la0db811cc7b592b44e9e6a399be9c5cf});google.maps.event.addListener(m_a0db811cc7b592b44e9e6a399be9c5cf, 'click', function() {infowindow.open(map,m_a0db811cc7b592b44e9e6a399be9c5cf);});$marker.push(m_a0db811cc7b592b44e9e6a399be9c5cf);}});}google.maps.event.addDomListener(window, 'load', initialize);