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.1818,-95.8549)};var g_06dd6fcdca6a2af8b2c57263a81d7552 = new google.maps.Geocoder();g_06dd6fcdca6a2af8b2c57263a81d7552.geocode( { 'address': "808 3rd Ave, Sheldon, IA 51201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sheldon-IA-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('sheldon-IA-citizens-state-bank'), mapOptions);}document.getElementById('68431ba9').innerHTML += ' | View Map';var $l06dd6fcdca6a2af8b2c57263a81d7552 = '

Citizens State Bank

Address: 808 3rd Ave, Sheldon, IA 51201, USA
Phone: (712) 324-2519
';var m_06dd6fcdca6a2af8b2c57263a81d7552 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_06dd6fcdca6a2af8b2c57263a81d7552['infowindow'] = new google.maps.InfoWindow({content: $l06dd6fcdca6a2af8b2c57263a81d7552});var infowindow = new google.maps.InfoWindow({content: $l06dd6fcdca6a2af8b2c57263a81d7552});google.maps.event.addListener(m_06dd6fcdca6a2af8b2c57263a81d7552, 'click', function() {infowindow.open(map,m_06dd6fcdca6a2af8b2c57263a81d7552);});$marker.push(m_06dd6fcdca6a2af8b2c57263a81d7552);}});}google.maps.event.addDomListener(window, 'load', initialize);