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.5696,-85.254)};var g_096112bc0ee97d5893312e0f3cb1c71c = new google.maps.Geocoder();g_096112bc0ee97d5893312e0f3cb1c71c.geocode( { 'address': "149 W Main St, Lebanon, KY 40033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lebanon-KY-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lebanon-KY-citizens-national-bank'), mapOptions);}document.getElementById('ea6f2e74').innerHTML += ' | View Map';var $l096112bc0ee97d5893312e0f3cb1c71c = '

Citizens National Bank

Address: 149 W Main St, Lebanon, KY 40033, USA
Phone: (270) 402-8404
';var m_096112bc0ee97d5893312e0f3cb1c71c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_096112bc0ee97d5893312e0f3cb1c71c['infowindow'] = new google.maps.InfoWindow({content: $l096112bc0ee97d5893312e0f3cb1c71c});var infowindow = new google.maps.InfoWindow({content: $l096112bc0ee97d5893312e0f3cb1c71c});google.maps.event.addListener(m_096112bc0ee97d5893312e0f3cb1c71c, 'click', function() {infowindow.open(map,m_096112bc0ee97d5893312e0f3cb1c71c);});$marker.push(m_096112bc0ee97d5893312e0f3cb1c71c);}});}google.maps.event.addDomListener(window, 'load', initialize);