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.247,-85.7766)};var g_b6f819311f1f00fe2b594796e37b963b = new google.maps.Geocoder();g_b6f819311f1f00fe2b594796e37b963b.geocode( { 'address': "9100 Shelbyville Rd, Louisville, KY 40222"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-first-national-kentucky').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-first-national-kentucky'), mapOptions);}document.getElementById('66bf2ffb').innerHTML += ' | View Map';var $lb6f819311f1f00fe2b594796e37b963b = '

First National Kentucky

Address: 9100 Shelbyville Rd, Louisville, KY 40222
Phone: (502) 425-2372
';var m_b6f819311f1f00fe2b594796e37b963b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Kentucky',});m_b6f819311f1f00fe2b594796e37b963b['infowindow'] = new google.maps.InfoWindow({content: $lb6f819311f1f00fe2b594796e37b963b});var infowindow = new google.maps.InfoWindow({content: $lb6f819311f1f00fe2b594796e37b963b});google.maps.event.addListener(m_b6f819311f1f00fe2b594796e37b963b, 'click', function() {infowindow.open(map,m_b6f819311f1f00fe2b594796e37b963b);});$marker.push(m_b6f819311f1f00fe2b594796e37b963b);}});}google.maps.event.addDomListener(window, 'load', initialize);