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.9465,-71.3499)};var g_11579bc9c6230253f0241b88f4ea1aef = new google.maps.Geocoder();g_11579bc9c6230253f0241b88f4ea1aef.geocode( { 'address': "999 S 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-randolph-savings-bank---residential-lending-center').style.display = '';map = new google.maps.Map(document.getElementById('north-attleborough-MA-randolph-savings-bank---residential-lending-center'), mapOptions);}document.getElementById('652da909').innerHTML += ' | View Map';var $l11579bc9c6230253f0241b88f4ea1aef = '

Randolph Savings Bank - Residential Lending Center

Address: 999 S Washington St, North Attleborough, MA 02760, USA
Phone: (781) 963-2100
';var m_11579bc9c6230253f0241b88f4ea1aef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Randolph Savings Bank - Residential Lending Center',});m_11579bc9c6230253f0241b88f4ea1aef['infowindow'] = new google.maps.InfoWindow({content: $l11579bc9c6230253f0241b88f4ea1aef});var infowindow = new google.maps.InfoWindow({content: $l11579bc9c6230253f0241b88f4ea1aef});google.maps.event.addListener(m_11579bc9c6230253f0241b88f4ea1aef, 'click', function() {infowindow.open(map,m_11579bc9c6230253f0241b88f4ea1aef);});$marker.push(m_11579bc9c6230253f0241b88f4ea1aef);}});}google.maps.event.addDomListener(window, 'load', initialize);