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.7748,-96.6083)};var g_0d2676245f8bd2ef3a5f3d885daa7a10 = new google.maps.Geocoder();g_0d2676245f8bd2ef3a5f3d885daa7a10.geocode( { 'address': "1901 Sahlstrom Dr, Crookston, MN 56716"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crookston-MN-crookston-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('crookston-MN-crookston-national-bank'), mapOptions);}document.getElementById('53a0c20a').innerHTML += ' | View Map';var $l0d2676245f8bd2ef3a5f3d885daa7a10 = '

Crookston National Bank

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