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(38.6517,-84.0954)};var g_4c26f3c294ff6d640721fc6519792840 = new google.maps.Geocoder();g_4c26f3c294ff6d640721fc6519792840.geocode( { 'address': "111 Howell Dr, Brooksville, KY 41004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooksville-KY-citizens-deposit-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('brooksville-KY-citizens-deposit-bank-trust'), mapOptions);}document.getElementById('fc99a367').innerHTML += ' | View Map';var $l4c26f3c294ff6d640721fc6519792840 = '

Citizens Deposit Bank & Trust

Address: 111 Howell Dr, Brooksville, KY 41004
Phone: (606) 735-2959
';var m_4c26f3c294ff6d640721fc6519792840 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Deposit Bank & Trust',});m_4c26f3c294ff6d640721fc6519792840['infowindow'] = new google.maps.InfoWindow({content: $l4c26f3c294ff6d640721fc6519792840});var infowindow = new google.maps.InfoWindow({content: $l4c26f3c294ff6d640721fc6519792840});google.maps.event.addListener(m_4c26f3c294ff6d640721fc6519792840, 'click', function() {infowindow.open(map,m_4c26f3c294ff6d640721fc6519792840);});$marker.push(m_4c26f3c294ff6d640721fc6519792840);}});}google.maps.event.addDomListener(window, 'load', initialize);