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(42.1301,-70.916)};var g_ab64c7ef8d0578f7dd1acb6d064a61cd = new google.maps.Geocoder();g_ab64c7ef8d0578f7dd1acb6d064a61cd.geocode( { 'address': "288 Union St, Rockland, MA 02370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockland-MA-rockland-trust').style.display = '';map = new google.maps.Map(document.getElementById('rockland-MA-rockland-trust'), mapOptions);}document.getElementById('7f46c6e9').innerHTML += ' | View Map';var $lab64c7ef8d0578f7dd1acb6d064a61cd = '

Rockland Trust

Address: 288 Union St, Rockland, MA 02370, USA
Phone: (781) 878-6100
';var m_ab64c7ef8d0578f7dd1acb6d064a61cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust',});m_ab64c7ef8d0578f7dd1acb6d064a61cd['infowindow'] = new google.maps.InfoWindow({content: $lab64c7ef8d0578f7dd1acb6d064a61cd});var infowindow = new google.maps.InfoWindow({content: $lab64c7ef8d0578f7dd1acb6d064a61cd});google.maps.event.addListener(m_ab64c7ef8d0578f7dd1acb6d064a61cd, 'click', function() {infowindow.open(map,m_ab64c7ef8d0578f7dd1acb6d064a61cd);});$marker.push(m_ab64c7ef8d0578f7dd1acb6d064a61cd);}});}google.maps.event.addDomListener(window, 'load', initialize);