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.1667,-95.4367)};var g_94665a50005ce9dd9915475449bbef79 = new google.maps.Geocoder();g_94665a50005ce9dd9915475449bbef79.geocode( { 'address': "33 2nd St, Schleswig, IA 51461, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schleswig-IA-united-bank-of-iowa').style.display = '';map = new google.maps.Map(document.getElementById('schleswig-IA-united-bank-of-iowa'), mapOptions);}document.getElementById('3e19f5f8').innerHTML += ' | View Map';var $l94665a50005ce9dd9915475449bbef79 = '

United Bank of Iowa

Address: 33 2nd St, Schleswig, IA 51461, USA
Phone: (712) 676-3606
';var m_94665a50005ce9dd9915475449bbef79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank of Iowa',});m_94665a50005ce9dd9915475449bbef79['infowindow'] = new google.maps.InfoWindow({content: $l94665a50005ce9dd9915475449bbef79});var infowindow = new google.maps.InfoWindow({content: $l94665a50005ce9dd9915475449bbef79});google.maps.event.addListener(m_94665a50005ce9dd9915475449bbef79, 'click', function() {infowindow.open(map,m_94665a50005ce9dd9915475449bbef79);});$marker.push(m_94665a50005ce9dd9915475449bbef79);}});}google.maps.event.addDomListener(window, 'load', initialize);