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.9571,-71.2139)};var g_860f5b39047345b3d2264f3b0adf7533 = new google.maps.Geocoder();g_860f5b39047345b3d2264f3b0adf7533.geocode( { 'address': "225 W Main St, Norton, MA 02766, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norton-MA-mansfield-bank').style.display = '';map = new google.maps.Map(document.getElementById('norton-MA-mansfield-bank'), mapOptions);}document.getElementById('156058c8').innerHTML += ' | View Map';var $l860f5b39047345b3d2264f3b0adf7533 = '

Mansfield Bank

Address: 225 W Main St, Norton, MA 02766, USA
Phone: (508) 285-9761
';var m_860f5b39047345b3d2264f3b0adf7533 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mansfield Bank',});m_860f5b39047345b3d2264f3b0adf7533['infowindow'] = new google.maps.InfoWindow({content: $l860f5b39047345b3d2264f3b0adf7533});var infowindow = new google.maps.InfoWindow({content: $l860f5b39047345b3d2264f3b0adf7533});google.maps.event.addListener(m_860f5b39047345b3d2264f3b0adf7533, 'click', function() {infowindow.open(map,m_860f5b39047345b3d2264f3b0adf7533);});$marker.push(m_860f5b39047345b3d2264f3b0adf7533);}});}google.maps.event.addDomListener(window, 'load', initialize);