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_12092a75caa75e4644fd2869f0b6c45a = new google.maps.Geocoder();g_12092a75caa75e4644fd2869f0b6c45a.geocode( { 'address': "10 Post Office Sq, Boston, MA 02109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-boston-private-bank-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-boston-private-bank-trust-company'), mapOptions);}document.getElementById('3d55f2db').innerHTML += ' | View Map';var $l12092a75caa75e4644fd2869f0b6c45a = '

Boston Private Bank & Trust Company

Address: 10 Post Office Sq, Boston, MA 02109
Phone: (617) 912-1900
';var m_12092a75caa75e4644fd2869f0b6c45a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Boston Private Bank & Trust Company',});m_12092a75caa75e4644fd2869f0b6c45a['infowindow'] = new google.maps.InfoWindow({content: $l12092a75caa75e4644fd2869f0b6c45a});var infowindow = new google.maps.InfoWindow({content: $l12092a75caa75e4644fd2869f0b6c45a});google.maps.event.addListener(m_12092a75caa75e4644fd2869f0b6c45a, 'click', function() {infowindow.open(map,m_12092a75caa75e4644fd2869f0b6c45a);});$marker.push(m_12092a75caa75e4644fd2869f0b6c45a);}});}google.maps.event.addDomListener(window, 'load', initialize);