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.1079,-84.0889)};var g_146ffe0cde2fd82105668b02824105c9 = new google.maps.Geocoder();g_146ffe0cde2fd82105668b02824105c9.geocode( { 'address': "1706 KY-192, London, KY 40741, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('london-KY-community-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('london-KY-community-trust-bank'), mapOptions);}document.getElementById('01e638cf').innerHTML += ' | View Map';var $l146ffe0cde2fd82105668b02824105c9 = '

Community Trust Bank

Address: 1706 KY-192, London, KY 40741, USA
Phone: (606) 877-2644
';var m_146ffe0cde2fd82105668b02824105c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Trust Bank',});m_146ffe0cde2fd82105668b02824105c9['infowindow'] = new google.maps.InfoWindow({content: $l146ffe0cde2fd82105668b02824105c9});var infowindow = new google.maps.InfoWindow({content: $l146ffe0cde2fd82105668b02824105c9});google.maps.event.addListener(m_146ffe0cde2fd82105668b02824105c9, 'click', function() {infowindow.open(map,m_146ffe0cde2fd82105668b02824105c9);});$marker.push(m_146ffe0cde2fd82105668b02824105c9);}});}google.maps.event.addDomListener(window, 'load', initialize);