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.3162,-71.2654)};var g_4772c1b987f1f6d8c9d4ef0f3b764f7a = new google.maps.Geocoder();g_4772c1b987f1f6d8c9d4ef0f3b764f7a.geocode( { 'address': "380 Washington St, Wellesley Hills, MA 02481"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellesley-hills-MA-first-financial-trust').style.display = '';map = new google.maps.Map(document.getElementById('wellesley-hills-MA-first-financial-trust'), mapOptions);}document.getElementById('f34f70c7').innerHTML += ' | View Map';var $l4772c1b987f1f6d8c9d4ef0f3b764f7a = '

First Financial Trust

Address: 380 Washington St, Wellesley Hills, MA 02481
Phone: (617) 658-7600
';var m_4772c1b987f1f6d8c9d4ef0f3b764f7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Trust',});m_4772c1b987f1f6d8c9d4ef0f3b764f7a['infowindow'] = new google.maps.InfoWindow({content: $l4772c1b987f1f6d8c9d4ef0f3b764f7a});var infowindow = new google.maps.InfoWindow({content: $l4772c1b987f1f6d8c9d4ef0f3b764f7a});google.maps.event.addListener(m_4772c1b987f1f6d8c9d4ef0f3b764f7a, 'click', function() {infowindow.open(map,m_4772c1b987f1f6d8c9d4ef0f3b764f7a);});$marker.push(m_4772c1b987f1f6d8c9d4ef0f3b764f7a);}});}google.maps.event.addDomListener(window, 'load', initialize);