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.1328,-71.9295)};var g_28698009b689c3a6d394c65c2908ced0 = new google.maps.Geocoder();g_28698009b689c3a6d394c65c2908ced0.geocode( { 'address': "325 W Main St, Hillsborough, NH 03244"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsborough-NH-bank-of-new-hampshire').style.display = '';map = new google.maps.Map(document.getElementById('hillsborough-NH-bank-of-new-hampshire'), mapOptions);}document.getElementById('7cd2ade9').innerHTML += ' | View Map';var $l28698009b689c3a6d394c65c2908ced0 = '

Bank Of New Hampshire

Address: 325 W Main St, Hillsborough, NH 03244
Phone: (603) 464-5444
';var m_28698009b689c3a6d394c65c2908ced0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of New Hampshire',});m_28698009b689c3a6d394c65c2908ced0['infowindow'] = new google.maps.InfoWindow({content: $l28698009b689c3a6d394c65c2908ced0});var infowindow = new google.maps.InfoWindow({content: $l28698009b689c3a6d394c65c2908ced0});google.maps.event.addListener(m_28698009b689c3a6d394c65c2908ced0, 'click', function() {infowindow.open(map,m_28698009b689c3a6d394c65c2908ced0);});$marker.push(m_28698009b689c3a6d394c65c2908ced0);}});}google.maps.event.addDomListener(window, 'load', initialize);