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.583,-70.5659)};var g_dbaa5619351a23aa1f82f787f2802e7b = new google.maps.Geocoder();g_dbaa5619351a23aa1f82f787f2802e7b.geocode( { 'address': "397 E Falmouth Hwy, East Falmouth, MA 02536"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-falmouth-MA-rockland-trust').style.display = '';map = new google.maps.Map(document.getElementById('east-falmouth-MA-rockland-trust'), mapOptions);}document.getElementById('69829477').innerHTML += ' | View Map';var $ldbaa5619351a23aa1f82f787f2802e7b = '

Rockland Trust

Address: 397 E Falmouth Hwy, East Falmouth, MA 02536
Phone: (508) 495-5000
';var m_dbaa5619351a23aa1f82f787f2802e7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust',});m_dbaa5619351a23aa1f82f787f2802e7b['infowindow'] = new google.maps.InfoWindow({content: $ldbaa5619351a23aa1f82f787f2802e7b});var infowindow = new google.maps.InfoWindow({content: $ldbaa5619351a23aa1f82f787f2802e7b});google.maps.event.addListener(m_dbaa5619351a23aa1f82f787f2802e7b, 'click', function() {infowindow.open(map,m_dbaa5619351a23aa1f82f787f2802e7b);});$marker.push(m_dbaa5619351a23aa1f82f787f2802e7b);}});}google.maps.event.addDomListener(window, 'load', initialize);