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.8224,-70.9022)};var g_fce34b6aef091b6fb2032870279690f8 = new google.maps.Geocoder();g_fce34b6aef091b6fb2032870279690f8.geocode( { 'address': "17 Storey Ave, Newburyport, MA 01950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newburyport-MA-eastern-bank').style.display = '';map = new google.maps.Map(document.getElementById('newburyport-MA-eastern-bank'), mapOptions);}document.getElementById('d816efc2').innerHTML += ' | View Map';var $lfce34b6aef091b6fb2032870279690f8 = '

Eastern Bank

Address: 17 Storey Ave, Newburyport, MA 01950, USA
Phone: (978) 462-6641
';var m_fce34b6aef091b6fb2032870279690f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Bank',});m_fce34b6aef091b6fb2032870279690f8['infowindow'] = new google.maps.InfoWindow({content: $lfce34b6aef091b6fb2032870279690f8});var infowindow = new google.maps.InfoWindow({content: $lfce34b6aef091b6fb2032870279690f8});google.maps.event.addListener(m_fce34b6aef091b6fb2032870279690f8, 'click', function() {infowindow.open(map,m_fce34b6aef091b6fb2032870279690f8);});$marker.push(m_fce34b6aef091b6fb2032870279690f8);}});}google.maps.event.addDomListener(window, 'load', initialize);