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.2854,-71.3473)};var g_f3c3efa755efc4550540f20c09d67c9a = new google.maps.Geocoder();g_f3c3efa755efc4550540f20c09d67c9a.geocode( { 'address': "2 South Ave, Natick, MA 01760, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('natick-MA-eastern-bank').style.display = '';map = new google.maps.Map(document.getElementById('natick-MA-eastern-bank'), mapOptions);}document.getElementById('c71f8fb8').innerHTML += ' | View Map';var $lf3c3efa755efc4550540f20c09d67c9a = '

Eastern Bank

Address: 2 South Ave, Natick, MA 01760, USA
Phone: (508) 655-4101
';var m_f3c3efa755efc4550540f20c09d67c9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Bank',});m_f3c3efa755efc4550540f20c09d67c9a['infowindow'] = new google.maps.InfoWindow({content: $lf3c3efa755efc4550540f20c09d67c9a});var infowindow = new google.maps.InfoWindow({content: $lf3c3efa755efc4550540f20c09d67c9a});google.maps.event.addListener(m_f3c3efa755efc4550540f20c09d67c9a, 'click', function() {infowindow.open(map,m_f3c3efa755efc4550540f20c09d67c9a);});$marker.push(m_f3c3efa755efc4550540f20c09d67c9a);}});}google.maps.event.addDomListener(window, 'load', initialize);