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.4484,-71.2287)};var g_a64419ad5643858004cdd6867f12acfb = new google.maps.Geocoder();g_a64419ad5643858004cdd6867f12acfb.geocode( { 'address': "1833 Massachusetts Ave, Lexington, MA 02420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-MA-eastern-bank').style.display = '';map = new google.maps.Map(document.getElementById('lexington-MA-eastern-bank'), mapOptions);}document.getElementById('b65747ac').innerHTML += ' | View Map';var $la64419ad5643858004cdd6867f12acfb = '

Eastern Bank

Address: 1833 Massachusetts Ave, Lexington, MA 02420, USA
Phone: (781) 238-4714
';var m_a64419ad5643858004cdd6867f12acfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Bank',});m_a64419ad5643858004cdd6867f12acfb['infowindow'] = new google.maps.InfoWindow({content: $la64419ad5643858004cdd6867f12acfb});var infowindow = new google.maps.InfoWindow({content: $la64419ad5643858004cdd6867f12acfb});google.maps.event.addListener(m_a64419ad5643858004cdd6867f12acfb, 'click', function() {infowindow.open(map,m_a64419ad5643858004cdd6867f12acfb);});$marker.push(m_a64419ad5643858004cdd6867f12acfb);}});}google.maps.event.addDomListener(window, 'load', initialize);