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.3818,-71.1032)};var g_c65f66b5adde7d23368da9fc7d302004 = new google.maps.Geocoder();g_c65f66b5adde7d23368da9fc7d302004.geocode( { 'address': "102 Fellsway W, Somerville, MA 02145"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerville-MA-century-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('somerville-MA-century-bank-trust-co'), mapOptions);}document.getElementById('11d9c9d7').innerHTML += ' | View Map';var $lc65f66b5adde7d23368da9fc7d302004 = '

Century Bank & Trust Co

Address: 102 Fellsway W, Somerville, MA 02145
Phone: (617) 629-0929
';var m_c65f66b5adde7d23368da9fc7d302004 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Bank & Trust Co',});m_c65f66b5adde7d23368da9fc7d302004['infowindow'] = new google.maps.InfoWindow({content: $lc65f66b5adde7d23368da9fc7d302004});var infowindow = new google.maps.InfoWindow({content: $lc65f66b5adde7d23368da9fc7d302004});google.maps.event.addListener(m_c65f66b5adde7d23368da9fc7d302004, 'click', function() {infowindow.open(map,m_c65f66b5adde7d23368da9fc7d302004);});$marker.push(m_c65f66b5adde7d23368da9fc7d302004);}});}google.maps.event.addDomListener(window, 'load', initialize);