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.3325,-71.1299)};var g_b992193a8853bbd78284c228a0e056f5 = new google.maps.Geocoder();g_b992193a8853bbd78284c228a0e056f5.geocode( { 'address': "1354 Beacon St, Brookline, MA 02446"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brookline-MA-century-bank').style.display = '';map = new google.maps.Map(document.getElementById('brookline-MA-century-bank'), mapOptions);}document.getElementById('e4332e40').innerHTML += ' | View Map';var $lb992193a8853bbd78284c228a0e056f5 = '

Century Bank

Address: 1354 Beacon St, Brookline, MA 02446
Phone: (617) 734-1890
';var m_b992193a8853bbd78284c228a0e056f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Bank',});m_b992193a8853bbd78284c228a0e056f5['infowindow'] = new google.maps.InfoWindow({content: $lb992193a8853bbd78284c228a0e056f5});var infowindow = new google.maps.InfoWindow({content: $lb992193a8853bbd78284c228a0e056f5});google.maps.event.addListener(m_b992193a8853bbd78284c228a0e056f5, 'click', function() {infowindow.open(map,m_b992193a8853bbd78284c228a0e056f5);});$marker.push(m_b992193a8853bbd78284c228a0e056f5);}});}google.maps.event.addDomListener(window, 'load', initialize);