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(47.4839,-100.444)};var g_4ea83d951990d8bf07a68ec3e50f9156 = new google.maps.Geocoder();g_4ea83d951990d8bf07a68ec3e50f9156.geocode( { 'address': "217 Main St S, Mcclusky, ND 58463"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcclusky-ND-north-country-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('mcclusky-ND-north-country-bank-na'), mapOptions);}document.getElementById('274ba63a').innerHTML += ' | View Map';var $l4ea83d951990d8bf07a68ec3e50f9156 = '

North Country Bank NA

Address: 217 Main St S, Mcclusky, ND 58463
Phone: (701) 363-2265
';var m_4ea83d951990d8bf07a68ec3e50f9156 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Country Bank NA',});m_4ea83d951990d8bf07a68ec3e50f9156['infowindow'] = new google.maps.InfoWindow({content: $l4ea83d951990d8bf07a68ec3e50f9156});var infowindow = new google.maps.InfoWindow({content: $l4ea83d951990d8bf07a68ec3e50f9156});google.maps.event.addListener(m_4ea83d951990d8bf07a68ec3e50f9156, 'click', function() {infowindow.open(map,m_4ea83d951990d8bf07a68ec3e50f9156);});$marker.push(m_4ea83d951990d8bf07a68ec3e50f9156);}});}google.maps.event.addDomListener(window, 'load', initialize);