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.8595,-71.6334)};var g_8364f022baab60878f044061cdf596db = new google.maps.Geocoder();g_8364f022baab60878f044061cdf596db.geocode( { 'address': "414 NH-49, Campton, NH 03223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campton-NH-northway-bank').style.display = '';map = new google.maps.Map(document.getElementById('campton-NH-northway-bank'), mapOptions);}document.getElementById('07cc98fb').innerHTML += ' | View Map';var $l8364f022baab60878f044061cdf596db = '

Northway Bank

Address: 414 NH-49, Campton, NH 03223, USA
Phone: (603) 726-3903
';var m_8364f022baab60878f044061cdf596db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northway Bank',});m_8364f022baab60878f044061cdf596db['infowindow'] = new google.maps.InfoWindow({content: $l8364f022baab60878f044061cdf596db});var infowindow = new google.maps.InfoWindow({content: $l8364f022baab60878f044061cdf596db});google.maps.event.addListener(m_8364f022baab60878f044061cdf596db, 'click', function() {infowindow.open(map,m_8364f022baab60878f044061cdf596db);});$marker.push(m_8364f022baab60878f044061cdf596db);}});}google.maps.event.addDomListener(window, 'load', initialize);