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.8674,-92.7793)};var g_d8623d2734ce399bcb404e33b5cfc590 = new google.maps.Geocoder();g_d8623d2734ce399bcb404e33b5cfc590.geocode( { 'address': "32 S River St, Cook, MN 55723"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cook-MN-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cook-MN-first-national-bank'), mapOptions);}document.getElementById('893edfcc').innerHTML += ' | View Map';var $ld8623d2734ce399bcb404e33b5cfc590 = '

First National Bank

Address: 32 S River St, Cook, MN 55723
Phone: (218) 666-5911
';var m_d8623d2734ce399bcb404e33b5cfc590 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_d8623d2734ce399bcb404e33b5cfc590['infowindow'] = new google.maps.InfoWindow({content: $ld8623d2734ce399bcb404e33b5cfc590});var infowindow = new google.maps.InfoWindow({content: $ld8623d2734ce399bcb404e33b5cfc590});google.maps.event.addListener(m_d8623d2734ce399bcb404e33b5cfc590, 'click', function() {infowindow.open(map,m_d8623d2734ce399bcb404e33b5cfc590);});$marker.push(m_d8623d2734ce399bcb404e33b5cfc590);}});}google.maps.event.addDomListener(window, 'load', initialize);