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(41.7116,-70.4893)};var g_dd2d2afce0a43bd446b30a4e7a8e8cc4 = new google.maps.Geocoder();g_dd2d2afce0a43bd446b30a4e7a8e8cc4.geocode( { 'address': "337 Cotuit Rd, Sandwich, MA 02563, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandwich-MA-eastern-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('sandwich-MA-eastern-bank-atm'), mapOptions);}document.getElementById('a95e0ec0').innerHTML += ' | View Map';var $ldd2d2afce0a43bd446b30a4e7a8e8cc4 = '

Eastern Bank ATM

Address: 337 Cotuit Rd, Sandwich, MA 02563, United States
Phone: (800) 327-8376
';var m_dd2d2afce0a43bd446b30a4e7a8e8cc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Bank ATM',});m_dd2d2afce0a43bd446b30a4e7a8e8cc4['infowindow'] = new google.maps.InfoWindow({content: $ldd2d2afce0a43bd446b30a4e7a8e8cc4});var infowindow = new google.maps.InfoWindow({content: $ldd2d2afce0a43bd446b30a4e7a8e8cc4});google.maps.event.addListener(m_dd2d2afce0a43bd446b30a4e7a8e8cc4, 'click', function() {infowindow.open(map,m_dd2d2afce0a43bd446b30a4e7a8e8cc4);});$marker.push(m_dd2d2afce0a43bd446b30a4e7a8e8cc4);}});}google.maps.event.addDomListener(window, 'load', initialize);