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.7486,-70.7108)};var g_c4d2cec38fa1da8b5d37758873c3678d = new google.maps.Geocoder();g_c4d2cec38fa1da8b5d37758873c3678d.geocode( { 'address': "2420 Cranberry Hwy, Wareham, MA 02571"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wareham-MA-rockland-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('wareham-MA-rockland-trust-co'), mapOptions);}document.getElementById('de99d7eb').innerHTML += ' | View Map';var $lc4d2cec38fa1da8b5d37758873c3678d = '

Rockland Trust Co

Address: 2420 Cranberry Hwy, Wareham, MA 02571
Phone: (508) 295-5271
';var m_c4d2cec38fa1da8b5d37758873c3678d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust Co',});m_c4d2cec38fa1da8b5d37758873c3678d['infowindow'] = new google.maps.InfoWindow({content: $lc4d2cec38fa1da8b5d37758873c3678d});var infowindow = new google.maps.InfoWindow({content: $lc4d2cec38fa1da8b5d37758873c3678d});google.maps.event.addListener(m_c4d2cec38fa1da8b5d37758873c3678d, 'click', function() {infowindow.open(map,m_c4d2cec38fa1da8b5d37758873c3678d);});$marker.push(m_c4d2cec38fa1da8b5d37758873c3678d);}});}google.maps.event.addDomListener(window, 'load', initialize);