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.0044,-94.7267)};var g_06f40fb2435e9e25af7f361f70924013 = new google.maps.Geocoder();g_06f40fb2435e9e25af7f361f70924013.geocode( { 'address': "110 Broadway St E, Akeley, MN 56433, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('akeley-MN-first-national-bank-north').style.display = '';map = new google.maps.Map(document.getElementById('akeley-MN-first-national-bank-north'), mapOptions);}document.getElementById('53d7cda4').innerHTML += ' | View Map';var $l06f40fb2435e9e25af7f361f70924013 = '

First National Bank North

Address: 110 Broadway St E, Akeley, MN 56433, USA
Phone: (218) 652-3777
';var m_06f40fb2435e9e25af7f361f70924013 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank North',});m_06f40fb2435e9e25af7f361f70924013['infowindow'] = new google.maps.InfoWindow({content: $l06f40fb2435e9e25af7f361f70924013});var infowindow = new google.maps.InfoWindow({content: $l06f40fb2435e9e25af7f361f70924013});google.maps.event.addListener(m_06f40fb2435e9e25af7f361f70924013, 'click', function() {infowindow.open(map,m_06f40fb2435e9e25af7f361f70924013);});$marker.push(m_06f40fb2435e9e25af7f361f70924013);}});}google.maps.event.addDomListener(window, 'load', initialize);