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.5198,-92.8803)};var g_6c83da5d57fc50aebd849df2270d40fa = new google.maps.Geocoder();g_6c83da5d57fc50aebd849df2270d40fa.geocode( { 'address': "231 W Lake St, Chisholm, MN 55719"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chisholm-MN-american-bank-of-the-north').style.display = '';map = new google.maps.Map(document.getElementById('chisholm-MN-american-bank-of-the-north'), mapOptions);}document.getElementById('024d3285').innerHTML += ' | View Map';var $l6c83da5d57fc50aebd849df2270d40fa = '

American Bank Of The North

Address: 231 W Lake St, Chisholm, MN 55719
Phone: (218) 254-3341
';var m_6c83da5d57fc50aebd849df2270d40fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank Of The North',});m_6c83da5d57fc50aebd849df2270d40fa['infowindow'] = new google.maps.InfoWindow({content: $l6c83da5d57fc50aebd849df2270d40fa});var infowindow = new google.maps.InfoWindow({content: $l6c83da5d57fc50aebd849df2270d40fa});google.maps.event.addListener(m_6c83da5d57fc50aebd849df2270d40fa, 'click', function() {infowindow.open(map,m_6c83da5d57fc50aebd849df2270d40fa);});$marker.push(m_6c83da5d57fc50aebd849df2270d40fa);}});}google.maps.event.addDomListener(window, 'load', initialize);