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.3301,-71.2546)};var g_4e758298a0992a9e1c8c3ac089690f91 = new google.maps.Geocoder();g_4e758298a0992a9e1c8c3ac089690f91.geocode( { 'address': "Service, Newton St, Newton, MA 02462, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-MA-eastern-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('newton-MA-eastern-bank-atm'), mapOptions);}document.getElementById('0c8f43d5').innerHTML += ' | View Map';var $l4e758298a0992a9e1c8c3ac089690f91 = '

Eastern Bank ATM

Address: Service, Newton St, Newton, MA 02462, USA
Phone: (800) 327-8376
';var m_4e758298a0992a9e1c8c3ac089690f91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Bank ATM',});m_4e758298a0992a9e1c8c3ac089690f91['infowindow'] = new google.maps.InfoWindow({content: $l4e758298a0992a9e1c8c3ac089690f91});var infowindow = new google.maps.InfoWindow({content: $l4e758298a0992a9e1c8c3ac089690f91});google.maps.event.addListener(m_4e758298a0992a9e1c8c3ac089690f91, 'click', function() {infowindow.open(map,m_4e758298a0992a9e1c8c3ac089690f91);});$marker.push(m_4e758298a0992a9e1c8c3ac089690f91);}});}google.maps.event.addDomListener(window, 'load', initialize);