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.065,-71.2492)};var g_c1998480611121c470169ae285620e5c = new google.maps.Geocoder();g_c1998480611121c470169ae285620e5c.geocode( { 'address': "1 Mechanic St, Foxborough, MA 02035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('foxborough-MA-rockland-trust').style.display = '';map = new google.maps.Map(document.getElementById('foxborough-MA-rockland-trust'), mapOptions);}document.getElementById('01cba43d').innerHTML += ' | View Map';var $lc1998480611121c470169ae285620e5c = '

Rockland Trust

Address: 1 Mechanic St, Foxborough, MA 02035, USA
Phone: (508) 543-6321
';var m_c1998480611121c470169ae285620e5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust',});m_c1998480611121c470169ae285620e5c['infowindow'] = new google.maps.InfoWindow({content: $lc1998480611121c470169ae285620e5c});var infowindow = new google.maps.InfoWindow({content: $lc1998480611121c470169ae285620e5c});google.maps.event.addListener(m_c1998480611121c470169ae285620e5c, 'click', function() {infowindow.open(map,m_c1998480611121c470169ae285620e5c);});$marker.push(m_c1998480611121c470169ae285620e5c);}});}google.maps.event.addDomListener(window, 'load', initialize);