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(41.9681,-71.3376)};var g_cb3a230b6ea829971b1344eff6fcec54 = new google.maps.Geocoder();g_cb3a230b6ea829971b1344eff6fcec54.geocode( { 'address': "16 E Washington St, North Attleborough, MA 02760, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-attleborough-MA-rockland-trust---atm').style.display = '';map = new google.maps.Map(document.getElementById('north-attleborough-MA-rockland-trust---atm'), mapOptions);}document.getElementById('34e4c122').innerHTML += ' | View Map';var $lcb3a230b6ea829971b1344eff6fcec54 = '

Rockland Trust - ATM

Address: 16 E Washington St, North Attleborough, MA 02760, USA
Phone: (800) 222-2299
';var m_cb3a230b6ea829971b1344eff6fcec54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockland Trust - ATM',});m_cb3a230b6ea829971b1344eff6fcec54['infowindow'] = new google.maps.InfoWindow({content: $lcb3a230b6ea829971b1344eff6fcec54});var infowindow = new google.maps.InfoWindow({content: $lcb3a230b6ea829971b1344eff6fcec54});google.maps.event.addListener(m_cb3a230b6ea829971b1344eff6fcec54, 'click', function() {infowindow.open(map,m_cb3a230b6ea829971b1344eff6fcec54);});$marker.push(m_cb3a230b6ea829971b1344eff6fcec54);}});}google.maps.event.addDomListener(window, 'load', initialize);