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.419,-71.1099)};var g_f7913284ad0a7ab6ebd0d37a64c8f86b = new google.maps.Geocoder();g_f7913284ad0a7ab6ebd0d37a64c8f86b.geocode( { 'address': "53 Locust St, Medford, MA 02155"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medford-MA-eastern-bank').style.display = '';map = new google.maps.Map(document.getElementById('medford-MA-eastern-bank'), mapOptions);}document.getElementById('6e453f88').innerHTML += ' | View Map';var $lf7913284ad0a7ab6ebd0d37a64c8f86b = '

Eastern Bank

Address: 53 Locust St, Medford, MA 02155
Phone: (781) 395-4899
';var m_f7913284ad0a7ab6ebd0d37a64c8f86b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Bank',});m_f7913284ad0a7ab6ebd0d37a64c8f86b['infowindow'] = new google.maps.InfoWindow({content: $lf7913284ad0a7ab6ebd0d37a64c8f86b});var infowindow = new google.maps.InfoWindow({content: $lf7913284ad0a7ab6ebd0d37a64c8f86b});google.maps.event.addListener(m_f7913284ad0a7ab6ebd0d37a64c8f86b, 'click', function() {infowindow.open(map,m_f7913284ad0a7ab6ebd0d37a64c8f86b);});$marker.push(m_f7913284ad0a7ab6ebd0d37a64c8f86b);}});}google.maps.event.addDomListener(window, 'load', initialize);