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.3228,-93.2723)};var g_080b2f9dad64f7c8737a6b14cd90a6b7 = new google.maps.Geocoder();g_080b2f9dad64f7c8737a6b14cd90a6b7.geocode( { 'address': "572 5th Ave, Calumet, MN 55716, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calumet-MN-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('calumet-MN-american-bank'), mapOptions);}document.getElementById('ede084df').innerHTML += ' | View Map';var $l080b2f9dad64f7c8737a6b14cd90a6b7 = '

American Bank

Address: 572 5th Ave, Calumet, MN 55716, USA
Phone: (218) 247-7536
';var m_080b2f9dad64f7c8737a6b14cd90a6b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank',});m_080b2f9dad64f7c8737a6b14cd90a6b7['infowindow'] = new google.maps.InfoWindow({content: $l080b2f9dad64f7c8737a6b14cd90a6b7});var infowindow = new google.maps.InfoWindow({content: $l080b2f9dad64f7c8737a6b14cd90a6b7});google.maps.event.addListener(m_080b2f9dad64f7c8737a6b14cd90a6b7, 'click', function() {infowindow.open(map,m_080b2f9dad64f7c8737a6b14cd90a6b7);});$marker.push(m_080b2f9dad64f7c8737a6b14cd90a6b7);}});}google.maps.event.addDomListener(window, 'load', initialize);