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(41.0338,-93.7653)};var g_6e54d10898bd898332b4174287dd2d80 = new google.maps.Geocoder();g_6e54d10898bd898332b4174287dd2d80.geocode( { 'address': "139 S Main St, Osceola, IA 50213, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('osceola-IA-clarke-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('osceola-IA-clarke-county-state-bank'), mapOptions);}document.getElementById('6ddb3cbd').innerHTML += ' | View Map';var $l6e54d10898bd898332b4174287dd2d80 = '

Clarke County State Bank

Address: 139 S Main St, Osceola, IA 50213, USA
Phone: (641) 342-6581
';var m_6e54d10898bd898332b4174287dd2d80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clarke County State Bank',});m_6e54d10898bd898332b4174287dd2d80['infowindow'] = new google.maps.InfoWindow({content: $l6e54d10898bd898332b4174287dd2d80});var infowindow = new google.maps.InfoWindow({content: $l6e54d10898bd898332b4174287dd2d80});google.maps.event.addListener(m_6e54d10898bd898332b4174287dd2d80, 'click', function() {infowindow.open(map,m_6e54d10898bd898332b4174287dd2d80);});$marker.push(m_6e54d10898bd898332b4174287dd2d80);}});}google.maps.event.addDomListener(window, 'load', initialize);