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.9357,-93.7905)};var g_cefa4e5ffdb1f7c3a39e51f105a83109 = new google.maps.Geocoder();g_cefa4e5ffdb1f7c3a39e51f105a83109.geocode( { 'address': "220 N Main St, Kanawha, IA 50447"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kanawha-IA-first-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('kanawha-IA-first-citizens-national-bank'), mapOptions);}document.getElementById('3775c34e').innerHTML += ' | View Map';var $lcefa4e5ffdb1f7c3a39e51f105a83109 = '

First Citizens National Bank

Address: 220 N Main St, Kanawha, IA 50447
Phone: (641) 762-3222
';var m_cefa4e5ffdb1f7c3a39e51f105a83109 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens National Bank',});m_cefa4e5ffdb1f7c3a39e51f105a83109['infowindow'] = new google.maps.InfoWindow({content: $lcefa4e5ffdb1f7c3a39e51f105a83109});var infowindow = new google.maps.InfoWindow({content: $lcefa4e5ffdb1f7c3a39e51f105a83109});google.maps.event.addListener(m_cefa4e5ffdb1f7c3a39e51f105a83109, 'click', function() {infowindow.open(map,m_cefa4e5ffdb1f7c3a39e51f105a83109);});$marker.push(m_cefa4e5ffdb1f7c3a39e51f105a83109);}});}google.maps.event.addDomListener(window, 'load', initialize);