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(42.8393,-91.6528)};var g_a70ae7b9ac32d7cb1b268a1900e46857 = new google.maps.Geocoder();g_a70ae7b9ac32d7cb1b268a1900e46857.geocode( { 'address': "137 Mill St, Wadena, IA 52169"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wadena-IA-elgin-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('wadena-IA-elgin-state-bank'), mapOptions);}document.getElementById('aa510320').innerHTML += ' | View Map';var $la70ae7b9ac32d7cb1b268a1900e46857 = '

Elgin State Bank

Address: 137 Mill St, Wadena, IA 52169
Phone: (563) 774-2335
';var m_a70ae7b9ac32d7cb1b268a1900e46857 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elgin State Bank',});m_a70ae7b9ac32d7cb1b268a1900e46857['infowindow'] = new google.maps.InfoWindow({content: $la70ae7b9ac32d7cb1b268a1900e46857});var infowindow = new google.maps.InfoWindow({content: $la70ae7b9ac32d7cb1b268a1900e46857});google.maps.event.addListener(m_a70ae7b9ac32d7cb1b268a1900e46857, 'click', function() {infowindow.open(map,m_a70ae7b9ac32d7cb1b268a1900e46857);});$marker.push(m_a70ae7b9ac32d7cb1b268a1900e46857);}});}google.maps.event.addDomListener(window, 'load', initialize);