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(37.615,-82.7241)};var g_cdd95e3679bd4a087c66bd5a308f2488 = new google.maps.Geocoder();g_cdd95e3679bd4a087c66bd5a308f2488.geocode( { 'address': "6459 KY-1428, Allen City, KY 41601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allen-city-KY-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('allen-city-KY-citizens-national-bank'), mapOptions);}document.getElementById('3dd4326e').innerHTML += ' | View Map';var $lcdd95e3679bd4a087c66bd5a308f2488 = '

Citizens National Bank

Address: 6459 KY-1428, Allen City, KY 41601, USA
Phone:
';var m_cdd95e3679bd4a087c66bd5a308f2488 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_cdd95e3679bd4a087c66bd5a308f2488['infowindow'] = new google.maps.InfoWindow({content: $lcdd95e3679bd4a087c66bd5a308f2488});var infowindow = new google.maps.InfoWindow({content: $lcdd95e3679bd4a087c66bd5a308f2488});google.maps.event.addListener(m_cdd95e3679bd4a087c66bd5a308f2488, 'click', function() {infowindow.open(map,m_cdd95e3679bd4a087c66bd5a308f2488);});$marker.push(m_cdd95e3679bd4a087c66bd5a308f2488);}});}google.maps.event.addDomListener(window, 'load', initialize);