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(43.1275,-94.899)};var g_ff79b10da0295f57e08ade5b024a73d4 = new google.maps.Geocoder();g_ff79b10da0295f57e08ade5b024a73d4.geocode( { 'address': "1108 Gowrie St, Ruthven, IA 51358, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ruthven-IA-iowa-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('ruthven-IA-iowa-state-bank'), mapOptions);}document.getElementById('c04e2f22').innerHTML += ' | View Map';var $lff79b10da0295f57e08ade5b024a73d4 = '

Iowa State Bank

Address: 1108 Gowrie St, Ruthven, IA 51358, USA
Phone: (712) 837-5215
';var m_ff79b10da0295f57e08ade5b024a73d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iowa State Bank',});m_ff79b10da0295f57e08ade5b024a73d4['infowindow'] = new google.maps.InfoWindow({content: $lff79b10da0295f57e08ade5b024a73d4});var infowindow = new google.maps.InfoWindow({content: $lff79b10da0295f57e08ade5b024a73d4});google.maps.event.addListener(m_ff79b10da0295f57e08ade5b024a73d4, 'click', function() {infowindow.open(map,m_ff79b10da0295f57e08ade5b024a73d4);});$marker.push(m_ff79b10da0295f57e08ade5b024a73d4);}});}google.maps.event.addDomListener(window, 'load', initialize);