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.1735,-71.0506)};var g_f65c867a3d43ba449324297c18e7b28d = new google.maps.Geocoder();g_f65c867a3d43ba449324297c18e7b28d.geocode( { 'address': "84 N Main St, Randolph, MA 02368"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('randolph-MA-rockland-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('randolph-MA-rockland-trust-co'), mapOptions);}document.getElementById('c8ef954e').innerHTML += ' | View Map';var $lf65c867a3d43ba449324297c18e7b28d = '

Rockland Trust Co

Address: 84 N Main St, Randolph, MA 02368
Phone: (781) 986-9807
';var m_f65c867a3d43ba449324297c18e7b28d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust Co',});m_f65c867a3d43ba449324297c18e7b28d['infowindow'] = new google.maps.InfoWindow({content: $lf65c867a3d43ba449324297c18e7b28d});var infowindow = new google.maps.InfoWindow({content: $lf65c867a3d43ba449324297c18e7b28d});google.maps.event.addListener(m_f65c867a3d43ba449324297c18e7b28d, 'click', function() {infowindow.open(map,m_f65c867a3d43ba449324297c18e7b28d);});$marker.push(m_f65c867a3d43ba449324297c18e7b28d);}});}google.maps.event.addDomListener(window, 'load', initialize);