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.9783,-71.1275)};var g_573e24e0d725685ab4a6862ab68d739c = new google.maps.Geocoder();g_573e24e0d725685ab4a6862ab68d739c.geocode( { 'address': "34 W Main St, Conway, NH 03818, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('conway-NH-northway-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('conway-NH-northway-bank-atm'), mapOptions);}document.getElementById('77d04b73').innerHTML += ' | View Map';var $l573e24e0d725685ab4a6862ab68d739c = '

Northway Bank ATM

Address: 34 W Main St, Conway, NH 03818, USA
Phone: (603) 447-4400
';var m_573e24e0d725685ab4a6862ab68d739c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northway Bank ATM',});m_573e24e0d725685ab4a6862ab68d739c['infowindow'] = new google.maps.InfoWindow({content: $l573e24e0d725685ab4a6862ab68d739c});var infowindow = new google.maps.InfoWindow({content: $l573e24e0d725685ab4a6862ab68d739c});google.maps.event.addListener(m_573e24e0d725685ab4a6862ab68d739c, 'click', function() {infowindow.open(map,m_573e24e0d725685ab4a6862ab68d739c);});$marker.push(m_573e24e0d725685ab4a6862ab68d739c);}});}google.maps.event.addDomListener(window, 'load', initialize);