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.3088,-71.1918)};var g_9892a4296380361dd94b997f088a4eae = new google.maps.Geocoder();g_9892a4296380361dd94b997f088a4eae.geocode( { 'address': "180 Wells Ave, Newton Center, MA 02459"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-center-MA-brookline-bank').style.display = '';map = new google.maps.Map(document.getElementById('newton-center-MA-brookline-bank'), mapOptions);}document.getElementById('3d42b7cb').innerHTML += ' | View Map';var $l9892a4296380361dd94b997f088a4eae = '

Brookline Bank

Address: 180 Wells Ave, Newton Center, MA 02459
Phone: (617) 552-5410
';var m_9892a4296380361dd94b997f088a4eae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brookline Bank',});m_9892a4296380361dd94b997f088a4eae['infowindow'] = new google.maps.InfoWindow({content: $l9892a4296380361dd94b997f088a4eae});var infowindow = new google.maps.InfoWindow({content: $l9892a4296380361dd94b997f088a4eae});google.maps.event.addListener(m_9892a4296380361dd94b997f088a4eae, 'click', function() {infowindow.open(map,m_9892a4296380361dd94b997f088a4eae);});$marker.push(m_9892a4296380361dd94b997f088a4eae);}});}google.maps.event.addDomListener(window, 'load', initialize);