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.4635,-71.0621)};var g_8073ee18d2b7cd397c2171d9196587b9 = new google.maps.Geocoder();g_8073ee18d2b7cd397c2171d9196587b9.geocode( { 'address': "27 Melrose St, Melrose, MA 02176, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melrose-MA-rockland-trust').style.display = '';map = new google.maps.Map(document.getElementById('melrose-MA-rockland-trust'), mapOptions);}document.getElementById('18757fcf').innerHTML += ' | View Map';var $l8073ee18d2b7cd397c2171d9196587b9 = '

Rockland Trust

Address: 27 Melrose St, Melrose, MA 02176, USA
Phone: (781) 665-3300
';var m_8073ee18d2b7cd397c2171d9196587b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust',});m_8073ee18d2b7cd397c2171d9196587b9['infowindow'] = new google.maps.InfoWindow({content: $l8073ee18d2b7cd397c2171d9196587b9});var infowindow = new google.maps.InfoWindow({content: $l8073ee18d2b7cd397c2171d9196587b9});google.maps.event.addListener(m_8073ee18d2b7cd397c2171d9196587b9, 'click', function() {infowindow.open(map,m_8073ee18d2b7cd397c2171d9196587b9);});$marker.push(m_8073ee18d2b7cd397c2171d9196587b9);}});}google.maps.event.addDomListener(window, 'load', initialize);