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.2211,-70.8028)};var g_8f1be10f4914d2bcf38330bda14dd67f = new google.maps.Geocoder();g_8f1be10f4914d2bcf38330bda14dd67f.geocode( { 'address': "773 Chief Justice Cushing Hwy, Cohasset, MA 02025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cohasset-MA-rockland-trust').style.display = '';map = new google.maps.Map(document.getElementById('cohasset-MA-rockland-trust'), mapOptions);}document.getElementById('05e15a55').innerHTML += ' | View Map';var $l8f1be10f4914d2bcf38330bda14dd67f = '

Rockland Trust

Address: 773 Chief Justice Cushing Hwy, Cohasset, MA 02025, USA
Phone: (781) 383-0150
';var m_8f1be10f4914d2bcf38330bda14dd67f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust',});m_8f1be10f4914d2bcf38330bda14dd67f['infowindow'] = new google.maps.InfoWindow({content: $l8f1be10f4914d2bcf38330bda14dd67f});var infowindow = new google.maps.InfoWindow({content: $l8f1be10f4914d2bcf38330bda14dd67f});google.maps.event.addListener(m_8f1be10f4914d2bcf38330bda14dd67f, 'click', function() {infowindow.open(map,m_8f1be10f4914d2bcf38330bda14dd67f);});$marker.push(m_8f1be10f4914d2bcf38330bda14dd67f);}});}google.maps.event.addDomListener(window, 'load', initialize);