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(46.4777,-93.9752)};var g_bc4647bddd46ee572310781a51030572 = new google.maps.Geocoder();g_bc4647bddd46ee572310781a51030572.geocode( { 'address': "221 4th St, Ironton, MN 56455, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ironton-MN-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('ironton-MN-wells-fargo-bank'), mapOptions);}document.getElementById('960d69f7').innerHTML += ' | View Map';var $lbc4647bddd46ee572310781a51030572 = '

Wells Fargo Bank

Address: 221 4th St, Ironton, MN 56455, USA
Phone: (218) 546-8323
';var m_bc4647bddd46ee572310781a51030572 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_bc4647bddd46ee572310781a51030572['infowindow'] = new google.maps.InfoWindow({content: $lbc4647bddd46ee572310781a51030572});var infowindow = new google.maps.InfoWindow({content: $lbc4647bddd46ee572310781a51030572});google.maps.event.addListener(m_bc4647bddd46ee572310781a51030572, 'click', function() {infowindow.open(map,m_bc4647bddd46ee572310781a51030572);});$marker.push(m_bc4647bddd46ee572310781a51030572);}});}google.maps.event.addDomListener(window, 'load', initialize);