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.612,-70.4909)};var g_84144093d2939b96d46233fa01d18085 = new google.maps.Geocoder();g_84144093d2939b96d46233fa01d18085.geocode( { 'address': "5 Shellback Way, Mashpee, MA 02649, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mashpee-MA-rockland-trust').style.display = '';map = new google.maps.Map(document.getElementById('mashpee-MA-rockland-trust'), mapOptions);}document.getElementById('dcc87638').innerHTML += ' | View Map';var $l84144093d2939b96d46233fa01d18085 = '

Rockland Trust

Address: 5 Shellback Way, Mashpee, MA 02649, USA
Phone: (508) 539-3101
';var m_84144093d2939b96d46233fa01d18085 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust',});m_84144093d2939b96d46233fa01d18085['infowindow'] = new google.maps.InfoWindow({content: $l84144093d2939b96d46233fa01d18085});var infowindow = new google.maps.InfoWindow({content: $l84144093d2939b96d46233fa01d18085});google.maps.event.addListener(m_84144093d2939b96d46233fa01d18085, 'click', function() {infowindow.open(map,m_84144093d2939b96d46233fa01d18085);});$marker.push(m_84144093d2939b96d46233fa01d18085);}});}google.maps.event.addDomListener(window, 'load', initialize);