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.3981,-92.96)};var g_d07eb0b09b59e22f194840d223129e4f = new google.maps.Geocoder();g_d07eb0b09b59e22f194840d223129e4f.geocode( { 'address': "12080 US-169, Hibbing, MN 55746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hibbing-MN-american-bank-of-the-north').style.display = '';map = new google.maps.Map(document.getElementById('hibbing-MN-american-bank-of-the-north'), mapOptions);}document.getElementById('c54d315b').innerHTML += ' | View Map';var $ld07eb0b09b59e22f194840d223129e4f = '

American Bank of the North

Address: 12080 US-169, Hibbing, MN 55746, USA
Phone: (218) 263-3784
';var m_d07eb0b09b59e22f194840d223129e4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank of the North',});m_d07eb0b09b59e22f194840d223129e4f['infowindow'] = new google.maps.InfoWindow({content: $ld07eb0b09b59e22f194840d223129e4f});var infowindow = new google.maps.InfoWindow({content: $ld07eb0b09b59e22f194840d223129e4f});google.maps.event.addListener(m_d07eb0b09b59e22f194840d223129e4f, 'click', function() {infowindow.open(map,m_d07eb0b09b59e22f194840d223129e4f);});$marker.push(m_d07eb0b09b59e22f194840d223129e4f);}});}google.maps.event.addDomListener(window, 'load', initialize);