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.2586,-85.5459)};var g_5839faabc1e4dbe7004416dcacb70b0c = new google.maps.Geocoder();g_5839faabc1e4dbe7004416dcacb70b0c.geocode( { 'address': "9900 Corp Campus Drive, Suite 3000, Louisville, KY 40223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-top-flite-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-top-flite-financial-inc'), mapOptions);}document.getElementById('533b1bac').innerHTML += ' | View Map';var $l5839faabc1e4dbe7004416dcacb70b0c = '

Top Flite Financial, Inc.

Address: 9900 Corp Campus Drive, Suite 3000, Louisville, KY 40223, USA
Phone: (517) 258-1115
';var m_5839faabc1e4dbe7004416dcacb70b0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Top Flite Financial, Inc.',});m_5839faabc1e4dbe7004416dcacb70b0c['infowindow'] = new google.maps.InfoWindow({content: $l5839faabc1e4dbe7004416dcacb70b0c});var infowindow = new google.maps.InfoWindow({content: $l5839faabc1e4dbe7004416dcacb70b0c});google.maps.event.addListener(m_5839faabc1e4dbe7004416dcacb70b0c, 'click', function() {infowindow.open(map,m_5839faabc1e4dbe7004416dcacb70b0c);});$marker.push(m_5839faabc1e4dbe7004416dcacb70b0c);}});}google.maps.event.addDomListener(window, 'load', initialize);