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_b02c148203e50dada0a8ef560f44e6f7 = new google.maps.Geocoder();g_b02c148203e50dada0a8ef560f44e6f7.geocode( { 'address': "7803 Preston Hwy, Louisville, KY 40219"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-bank-of-louisville').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-bank-of-louisville'), mapOptions);}document.getElementById('364f96d6').innerHTML += ' | View Map';var $lb02c148203e50dada0a8ef560f44e6f7 = '

Bank Of Louisville

Address: 7803 Preston Hwy, Louisville, KY 40219
Phone: (502) 562-5409
';var m_b02c148203e50dada0a8ef560f44e6f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Louisville',});m_b02c148203e50dada0a8ef560f44e6f7['infowindow'] = new google.maps.InfoWindow({content: $lb02c148203e50dada0a8ef560f44e6f7});var infowindow = new google.maps.InfoWindow({content: $lb02c148203e50dada0a8ef560f44e6f7});google.maps.event.addListener(m_b02c148203e50dada0a8ef560f44e6f7, 'click', function() {infowindow.open(map,m_b02c148203e50dada0a8ef560f44e6f7);});$marker.push(m_b02c148203e50dada0a8ef560f44e6f7);}});}google.maps.event.addDomListener(window, 'load', initialize);