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.8805,-70.7675)};var g_4158345f3687fcb84c1795cbf3c2e638 = new google.maps.Geocoder();g_4158345f3687fcb84c1795cbf3c2e638.geocode( { 'address': "124 Main St, Carver, MA 02330"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carver-MA-rockland-trust').style.display = '';map = new google.maps.Map(document.getElementById('carver-MA-rockland-trust'), mapOptions);}document.getElementById('b40d1718').innerHTML += ' | View Map';var $l4158345f3687fcb84c1795cbf3c2e638 = '

Rockland Trust

Address: 124 Main St, Carver, MA 02330
Phone: (508) 866-7341
';var m_4158345f3687fcb84c1795cbf3c2e638 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust',});m_4158345f3687fcb84c1795cbf3c2e638['infowindow'] = new google.maps.InfoWindow({content: $l4158345f3687fcb84c1795cbf3c2e638});var infowindow = new google.maps.InfoWindow({content: $l4158345f3687fcb84c1795cbf3c2e638});google.maps.event.addListener(m_4158345f3687fcb84c1795cbf3c2e638, 'click', function() {infowindow.open(map,m_4158345f3687fcb84c1795cbf3c2e638);});$marker.push(m_4158345f3687fcb84c1795cbf3c2e638);}});}google.maps.event.addDomListener(window, 'load', initialize);