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_fc3f0b553fd61e0a6b93792b735859f2 = new google.maps.Geocoder();g_fc3f0b553fd61e0a6b93792b735859f2.geocode( { 'address': "280 Atlantic Ave, Boston, MA 02110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-century-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-century-bank-trust-co'), mapOptions);}document.getElementById('28496f16').innerHTML += ' | View Map';var $lfc3f0b553fd61e0a6b93792b735859f2 = '

Century Bank & Trust Co

Address: 280 Atlantic Ave, Boston, MA 02110
Phone: (617) 557-0516
';var m_fc3f0b553fd61e0a6b93792b735859f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Bank & Trust Co',});m_fc3f0b553fd61e0a6b93792b735859f2['infowindow'] = new google.maps.InfoWindow({content: $lfc3f0b553fd61e0a6b93792b735859f2});var infowindow = new google.maps.InfoWindow({content: $lfc3f0b553fd61e0a6b93792b735859f2});google.maps.event.addListener(m_fc3f0b553fd61e0a6b93792b735859f2, 'click', function() {infowindow.open(map,m_fc3f0b553fd61e0a6b93792b735859f2);});$marker.push(m_fc3f0b553fd61e0a6b93792b735859f2);}});}google.maps.event.addDomListener(window, 'load', initialize);