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.7318,-93.7201)};var g_8018af1be5d08ae8f38d7532394f4e3f = new google.maps.Geocoder();g_8018af1be5d08ae8f38d7532394f4e3f.geocode( { 'address': "1123 Central Ave E, Clarion, IA 50525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarion-IA-first-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarion-IA-first-citizens-national-bank'), mapOptions);}document.getElementById('12510a0d').innerHTML += ' | View Map';var $l8018af1be5d08ae8f38d7532394f4e3f = '

First Citizens National Bank

Address: 1123 Central Ave E, Clarion, IA 50525, USA
Phone: (515) 532-2290
';var m_8018af1be5d08ae8f38d7532394f4e3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens National Bank',});m_8018af1be5d08ae8f38d7532394f4e3f['infowindow'] = new google.maps.InfoWindow({content: $l8018af1be5d08ae8f38d7532394f4e3f});var infowindow = new google.maps.InfoWindow({content: $l8018af1be5d08ae8f38d7532394f4e3f});google.maps.event.addListener(m_8018af1be5d08ae8f38d7532394f4e3f, 'click', function() {infowindow.open(map,m_8018af1be5d08ae8f38d7532394f4e3f);});$marker.push(m_8018af1be5d08ae8f38d7532394f4e3f);}});}google.maps.event.addDomListener(window, 'load', initialize);