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_0828cc07186513dc0c320b2894fd000b = new google.maps.Geocoder();g_0828cc07186513dc0c320b2894fd000b.geocode( { 'address': "20 Custom House St, Boston, MA 02110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-bank-of-boston').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-bank-of-boston'), mapOptions);}document.getElementById('618681fc').innerHTML += ' | View Map';var $l0828cc07186513dc0c320b2894fd000b = '

Bank Of Boston

Address: 20 Custom House St, Boston, MA 02110
Phone: (617) 434-9850
';var m_0828cc07186513dc0c320b2894fd000b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Boston',});m_0828cc07186513dc0c320b2894fd000b['infowindow'] = new google.maps.InfoWindow({content: $l0828cc07186513dc0c320b2894fd000b});var infowindow = new google.maps.InfoWindow({content: $l0828cc07186513dc0c320b2894fd000b});google.maps.event.addListener(m_0828cc07186513dc0c320b2894fd000b, 'click', function() {infowindow.open(map,m_0828cc07186513dc0c320b2894fd000b);});$marker.push(m_0828cc07186513dc0c320b2894fd000b);}});}google.maps.event.addDomListener(window, 'load', initialize);