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(44.6091,-95.6744)};var g_755e48e9c7fd4cc00cab3aa5807066bd = new google.maps.Geocoder();g_755e48e9c7fd4cc00cab3aa5807066bd.geocode( { 'address': "111 E Main St, Cottonwood, MN 56229, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cottonwood-MN-united-southwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('cottonwood-MN-united-southwest-bank'), mapOptions);}document.getElementById('b9810e36').innerHTML += ' | View Map';var $l755e48e9c7fd4cc00cab3aa5807066bd = '

United Southwest Bank

Address: 111 E Main St, Cottonwood, MN 56229, USA
Phone: (507) 423-6285
';var m_755e48e9c7fd4cc00cab3aa5807066bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Southwest Bank',});m_755e48e9c7fd4cc00cab3aa5807066bd['infowindow'] = new google.maps.InfoWindow({content: $l755e48e9c7fd4cc00cab3aa5807066bd});var infowindow = new google.maps.InfoWindow({content: $l755e48e9c7fd4cc00cab3aa5807066bd});google.maps.event.addListener(m_755e48e9c7fd4cc00cab3aa5807066bd, 'click', function() {infowindow.open(map,m_755e48e9c7fd4cc00cab3aa5807066bd);});$marker.push(m_755e48e9c7fd4cc00cab3aa5807066bd);}});}google.maps.event.addDomListener(window, 'load', initialize);