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.1061,-72.4262)};var g_f2e80723e6e75a6f8d93f51ea5890558 = new google.maps.Geocoder();g_f2e80723e6e75a6f8d93f51ea5890558.geocode( { 'address': "32 Ames Plaza Ln, Walpole, NH 03608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walpole-NH-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('walpole-NH-citizens-bank'), mapOptions);}document.getElementById('64b88ab2').innerHTML += ' | View Map';var $lf2e80723e6e75a6f8d93f51ea5890558 = '

Citizens Bank

Address: 32 Ames Plaza Ln, Walpole, NH 03608, USA
Phone:
';var m_f2e80723e6e75a6f8d93f51ea5890558 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_f2e80723e6e75a6f8d93f51ea5890558['infowindow'] = new google.maps.InfoWindow({content: $lf2e80723e6e75a6f8d93f51ea5890558});var infowindow = new google.maps.InfoWindow({content: $lf2e80723e6e75a6f8d93f51ea5890558});google.maps.event.addListener(m_f2e80723e6e75a6f8d93f51ea5890558, 'click', function() {infowindow.open(map,m_f2e80723e6e75a6f8d93f51ea5890558);});$marker.push(m_f2e80723e6e75a6f8d93f51ea5890558);}});}google.maps.event.addDomListener(window, 'load', initialize);