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.7238,-71.1777)};var g_1c37dd710ffa1f4eef9626cc27402c41 = new google.maps.Geocoder();g_1c37dd710ffa1f4eef9626cc27402c41.geocode( { 'address': "100 Slades Ferry Ave, Somerset, MA 02726"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerset-MA-rockland-trust').style.display = '';map = new google.maps.Map(document.getElementById('somerset-MA-rockland-trust'), mapOptions);}document.getElementById('059367ff').innerHTML += ' | View Map';var $l1c37dd710ffa1f4eef9626cc27402c41 = '

Rockland Trust

Address: 100 Slades Ferry Ave, Somerset, MA 02726
Phone: (508) 678-6427
';var m_1c37dd710ffa1f4eef9626cc27402c41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust',});m_1c37dd710ffa1f4eef9626cc27402c41['infowindow'] = new google.maps.InfoWindow({content: $l1c37dd710ffa1f4eef9626cc27402c41});var infowindow = new google.maps.InfoWindow({content: $l1c37dd710ffa1f4eef9626cc27402c41});google.maps.event.addListener(m_1c37dd710ffa1f4eef9626cc27402c41, 'click', function() {infowindow.open(map,m_1c37dd710ffa1f4eef9626cc27402c41);});$marker.push(m_1c37dd710ffa1f4eef9626cc27402c41);}});}google.maps.event.addDomListener(window, 'load', initialize);