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.1935,-71.1975)};var g_e2273ae82838381b61dc4cfe16914d7d = new google.maps.Geocoder();g_e2273ae82838381b61dc4cfe16914d7d.geocode( { 'address': "61 Lenox St, Norwood, MA 02062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwood-MA-rockland-trust').style.display = '';map = new google.maps.Map(document.getElementById('norwood-MA-rockland-trust'), mapOptions);}document.getElementById('55b9a804').innerHTML += ' | View Map';var $le2273ae82838381b61dc4cfe16914d7d = '

Rockland Trust

Address: 61 Lenox St, Norwood, MA 02062, USA
Phone: (781) 769-3728
';var m_e2273ae82838381b61dc4cfe16914d7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust',});m_e2273ae82838381b61dc4cfe16914d7d['infowindow'] = new google.maps.InfoWindow({content: $le2273ae82838381b61dc4cfe16914d7d});var infowindow = new google.maps.InfoWindow({content: $le2273ae82838381b61dc4cfe16914d7d});google.maps.event.addListener(m_e2273ae82838381b61dc4cfe16914d7d, 'click', function() {infowindow.open(map,m_e2273ae82838381b61dc4cfe16914d7d);});$marker.push(m_e2273ae82838381b61dc4cfe16914d7d);}});}google.maps.event.addDomListener(window, 'load', initialize);