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.0667,-92.6771)};var g_341cd8064bf4c9916fd60639ee7a5a9b = new google.maps.Geocoder();g_341cd8064bf4c9916fd60639ee7a5a9b.geocode( { 'address': "809 Clark St, Charles City, IA 50616, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charles-city-IA-cedar-valley-bankshares-ltd').style.display = '';map = new google.maps.Map(document.getElementById('charles-city-IA-cedar-valley-bankshares-ltd'), mapOptions);}document.getElementById('e25504c4').innerHTML += ' | View Map';var $l341cd8064bf4c9916fd60639ee7a5a9b = '

Cedar Valley Bankshares Ltd

Address: 809 Clark St, Charles City, IA 50616, USA
Phone: (641) 228-2343
';var m_341cd8064bf4c9916fd60639ee7a5a9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cedar Valley Bankshares Ltd',});m_341cd8064bf4c9916fd60639ee7a5a9b['infowindow'] = new google.maps.InfoWindow({content: $l341cd8064bf4c9916fd60639ee7a5a9b});var infowindow = new google.maps.InfoWindow({content: $l341cd8064bf4c9916fd60639ee7a5a9b});google.maps.event.addListener(m_341cd8064bf4c9916fd60639ee7a5a9b, 'click', function() {infowindow.open(map,m_341cd8064bf4c9916fd60639ee7a5a9b);});$marker.push(m_341cd8064bf4c9916fd60639ee7a5a9b);}});}google.maps.event.addDomListener(window, 'load', initialize);