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(48.8152,-100.062)};var g_09b4bc51c46f094c90c52a2135d01eb9 = new google.maps.Geocoder();g_09b4bc51c46f094c90c52a2135d01eb9.geocode( { 'address': "11 Main St NE, Dunseith, ND 58329"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunseith-ND-starion-financial').style.display = '';map = new google.maps.Map(document.getElementById('dunseith-ND-starion-financial'), mapOptions);}document.getElementById('7326e478').innerHTML += ' | View Map';var $l09b4bc51c46f094c90c52a2135d01eb9 = '

Starion Financial

Address: 11 Main St NE, Dunseith, ND 58329
Phone: (701) 244-5795
';var m_09b4bc51c46f094c90c52a2135d01eb9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Starion Financial',});m_09b4bc51c46f094c90c52a2135d01eb9['infowindow'] = new google.maps.InfoWindow({content: $l09b4bc51c46f094c90c52a2135d01eb9});var infowindow = new google.maps.InfoWindow({content: $l09b4bc51c46f094c90c52a2135d01eb9});google.maps.event.addListener(m_09b4bc51c46f094c90c52a2135d01eb9, 'click', function() {infowindow.open(map,m_09b4bc51c46f094c90c52a2135d01eb9);});$marker.push(m_09b4bc51c46f094c90c52a2135d01eb9);}});}google.maps.event.addDomListener(window, 'load', initialize);