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.3587,-71.0713)};var g_a765514f6174d63c8626630cc5232482 = new google.maps.Geocoder();g_a765514f6174d63c8626630cc5232482.geocode( { 'address': "1 Beacon St, Boston, MA 02108"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-boston-trust').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-boston-trust'), mapOptions);}document.getElementById('d7e0d889').innerHTML += ' | View Map';var $la765514f6174d63c8626630cc5232482 = '

Boston Trust

Address: 1 Beacon St, Boston, MA 02108
Phone: (617) 726-7000
';var m_a765514f6174d63c8626630cc5232482 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Boston Trust',});m_a765514f6174d63c8626630cc5232482['infowindow'] = new google.maps.InfoWindow({content: $la765514f6174d63c8626630cc5232482});var infowindow = new google.maps.InfoWindow({content: $la765514f6174d63c8626630cc5232482});google.maps.event.addListener(m_a765514f6174d63c8626630cc5232482, 'click', function() {infowindow.open(map,m_a765514f6174d63c8626630cc5232482);});$marker.push(m_a765514f6174d63c8626630cc5232482);}});}google.maps.event.addDomListener(window, 'load', initialize);