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.4721,-71.4741)};var g_0623d6fcf18ec961b45184b98f0f6fdb = new google.maps.Geocoder();g_0623d6fcf18ec961b45184b98f0f6fdb.geocode( { 'address': "9 Old State Rd, Belmont, NH 03220"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belmont-NH-northway-bank').style.display = '';map = new google.maps.Map(document.getElementById('belmont-NH-northway-bank'), mapOptions);}document.getElementById('628857ee').innerHTML += ' | View Map';var $l0623d6fcf18ec961b45184b98f0f6fdb = '

Northway Bank

Address: 9 Old State Rd, Belmont, NH 03220
Phone: (603) 528-1800
';var m_0623d6fcf18ec961b45184b98f0f6fdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northway Bank',});m_0623d6fcf18ec961b45184b98f0f6fdb['infowindow'] = new google.maps.InfoWindow({content: $l0623d6fcf18ec961b45184b98f0f6fdb});var infowindow = new google.maps.InfoWindow({content: $l0623d6fcf18ec961b45184b98f0f6fdb});google.maps.event.addListener(m_0623d6fcf18ec961b45184b98f0f6fdb, 'click', function() {infowindow.open(map,m_0623d6fcf18ec961b45184b98f0f6fdb);});$marker.push(m_0623d6fcf18ec961b45184b98f0f6fdb);}});}google.maps.event.addDomListener(window, 'load', initialize);