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.3797,-93.1666)};var g_93b208bc330026ebf29cd9b56f346f5e = new google.maps.Geocoder();g_93b208bc330026ebf29cd9b56f346f5e.geocode( { 'address': "117 Central Ave, Nashwauk, MN 55769"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashwauk-MN-american-bank-of-the-north').style.display = '';map = new google.maps.Map(document.getElementById('nashwauk-MN-american-bank-of-the-north'), mapOptions);}document.getElementById('1039fb7a').innerHTML += ' | View Map';var $l93b208bc330026ebf29cd9b56f346f5e = '

American Bank Of The North

Address: 117 Central Ave, Nashwauk, MN 55769
Phone: (218) 885-2278
';var m_93b208bc330026ebf29cd9b56f346f5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank Of The North',});m_93b208bc330026ebf29cd9b56f346f5e['infowindow'] = new google.maps.InfoWindow({content: $l93b208bc330026ebf29cd9b56f346f5e});var infowindow = new google.maps.InfoWindow({content: $l93b208bc330026ebf29cd9b56f346f5e});google.maps.event.addListener(m_93b208bc330026ebf29cd9b56f346f5e, 'click', function() {infowindow.open(map,m_93b208bc330026ebf29cd9b56f346f5e);});$marker.push(m_93b208bc330026ebf29cd9b56f346f5e);}});}google.maps.event.addDomListener(window, 'load', initialize);