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(43.0702,-72.4072)};var g_c3008b2c6f5370b744850a98a95b73ad = new google.maps.Geocoder();g_c3008b2c6f5370b744850a98a95b73ad.geocode( { 'address': "11 Westminster St, Walpole, NH 03608"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walpole-NH-savings-bank-of-walpole').style.display = '';map = new google.maps.Map(document.getElementById('walpole-NH-savings-bank-of-walpole'), mapOptions);}document.getElementById('2256a036').innerHTML += ' | View Map';var $lc3008b2c6f5370b744850a98a95b73ad = '

Savings Bank Of Walpole

Address: 11 Westminster St, Walpole, NH 03608
Phone: (603) 756-4771
';var m_c3008b2c6f5370b744850a98a95b73ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Savings Bank Of Walpole',});m_c3008b2c6f5370b744850a98a95b73ad['infowindow'] = new google.maps.InfoWindow({content: $lc3008b2c6f5370b744850a98a95b73ad});var infowindow = new google.maps.InfoWindow({content: $lc3008b2c6f5370b744850a98a95b73ad});google.maps.event.addListener(m_c3008b2c6f5370b744850a98a95b73ad, 'click', function() {infowindow.open(map,m_c3008b2c6f5370b744850a98a95b73ad);});$marker.push(m_c3008b2c6f5370b744850a98a95b73ad);}});}google.maps.event.addDomListener(window, 'load', initialize);