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(41.9103,-71.438)};var g_890622b72b1d799297877d3a0b6cdf30 = new google.maps.Geocoder();g_890622b72b1d799297877d3a0b6cdf30.geocode( { 'address': "625 George Washington Hwy, Lincoln, RI 02865"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-RI-brookline-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-RI-brookline-bancorp'), mapOptions);}document.getElementById('f0c1750e').innerHTML += ' | View Map';var $l890622b72b1d799297877d3a0b6cdf30 = '

Brookline Bancorp

Address: 625 George Washington Hwy, Lincoln, RI 02865
Phone: (401) 574-1921
';var m_890622b72b1d799297877d3a0b6cdf30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brookline Bancorp',});m_890622b72b1d799297877d3a0b6cdf30['infowindow'] = new google.maps.InfoWindow({content: $l890622b72b1d799297877d3a0b6cdf30});var infowindow = new google.maps.InfoWindow({content: $l890622b72b1d799297877d3a0b6cdf30});google.maps.event.addListener(m_890622b72b1d799297877d3a0b6cdf30, 'click', function() {infowindow.open(map,m_890622b72b1d799297877d3a0b6cdf30);});$marker.push(m_890622b72b1d799297877d3a0b6cdf30);}});}google.maps.event.addDomListener(window, 'load', initialize);