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.5682,-85.2507)};var g_71305367b64c7be0afa9294b3c57266f = new google.maps.Geocoder();g_71305367b64c7be0afa9294b3c57266f.geocode( { 'address': "521 W Main St, Lebanon, KY 40033"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lebanon-KY-community-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('lebanon-KY-community-trust-bank'), mapOptions);}document.getElementById('3848083e').innerHTML += ' | View Map';var $l71305367b64c7be0afa9294b3c57266f = '

Community Trust Bank

Address: 521 W Main St, Lebanon, KY 40033
Phone: (270) 692-0064
';var m_71305367b64c7be0afa9294b3c57266f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Trust Bank',});m_71305367b64c7be0afa9294b3c57266f['infowindow'] = new google.maps.InfoWindow({content: $l71305367b64c7be0afa9294b3c57266f});var infowindow = new google.maps.InfoWindow({content: $l71305367b64c7be0afa9294b3c57266f});google.maps.event.addListener(m_71305367b64c7be0afa9294b3c57266f, 'click', function() {infowindow.open(map,m_71305367b64c7be0afa9294b3c57266f);});$marker.push(m_71305367b64c7be0afa9294b3c57266f);}});}google.maps.event.addDomListener(window, 'load', initialize);