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.4115,-71.1429)};var g_f42e2ee059214371a026029d1948d461 = new google.maps.Geocoder();g_f42e2ee059214371a026029d1948d461.geocode( { 'address': "175 Broadway, Arlington, MA 02474, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-MA-rockland-trust').style.display = '';map = new google.maps.Map(document.getElementById('arlington-MA-rockland-trust'), mapOptions);}document.getElementById('a8b2c4ca').innerHTML += ' | View Map';var $lf42e2ee059214371a026029d1948d461 = '

Rockland Trust

Address: 175 Broadway, Arlington, MA 02474, USA
Phone: (781) 648-0360
';var m_f42e2ee059214371a026029d1948d461 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust',});m_f42e2ee059214371a026029d1948d461['infowindow'] = new google.maps.InfoWindow({content: $lf42e2ee059214371a026029d1948d461});var infowindow = new google.maps.InfoWindow({content: $lf42e2ee059214371a026029d1948d461});google.maps.event.addListener(m_f42e2ee059214371a026029d1948d461, 'click', function() {infowindow.open(map,m_f42e2ee059214371a026029d1948d461);});$marker.push(m_f42e2ee059214371a026029d1948d461);}});}google.maps.event.addDomListener(window, 'load', initialize);