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.7906,-96.6102)};var g_c20b8cf7e3996c8ded8bc426c7882845 = new google.maps.Geocoder();g_c20b8cf7e3996c8ded8bc426c7882845.geocode( { 'address': "1901 Sahlstrom Dr, Crookston, MN 56716, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crookston-MN-northern-sky-bank').style.display = '';map = new google.maps.Map(document.getElementById('crookston-MN-northern-sky-bank'), mapOptions);}document.getElementById('f60f0c13').innerHTML += ' | View Map';var $lc20b8cf7e3996c8ded8bc426c7882845 = '

Northern Sky Bank

Address: 1901 Sahlstrom Dr, Crookston, MN 56716, USA
Phone: (218) 281-1976
';var m_c20b8cf7e3996c8ded8bc426c7882845 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Sky Bank',});m_c20b8cf7e3996c8ded8bc426c7882845['infowindow'] = new google.maps.InfoWindow({content: $lc20b8cf7e3996c8ded8bc426c7882845});var infowindow = new google.maps.InfoWindow({content: $lc20b8cf7e3996c8ded8bc426c7882845});google.maps.event.addListener(m_c20b8cf7e3996c8ded8bc426c7882845, 'click', function() {infowindow.open(map,m_c20b8cf7e3996c8ded8bc426c7882845);});$marker.push(m_c20b8cf7e3996c8ded8bc426c7882845);}});}google.maps.event.addDomListener(window, 'load', initialize);