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_d72eecc6b164864790fe25f2bd64a8ab = new google.maps.Geocoder();g_d72eecc6b164864790fe25f2bd64a8ab.geocode( { 'address': "9900 Linn Station Rd, Louisville, KY 40223"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-tgi-fridays').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-tgi-fridays'), mapOptions);}document.getElementById('6308455a').innerHTML += ' | View Map';var $ld72eecc6b164864790fe25f2bd64a8ab = '

TGI Fridays

Address: 9900 Linn Station Rd, Louisville, KY 40223
Phone: (502) 327-6700
';var m_d72eecc6b164864790fe25f2bd64a8ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TGI Fridays',});m_d72eecc6b164864790fe25f2bd64a8ab['infowindow'] = new google.maps.InfoWindow({content: $ld72eecc6b164864790fe25f2bd64a8ab});var infowindow = new google.maps.InfoWindow({content: $ld72eecc6b164864790fe25f2bd64a8ab});google.maps.event.addListener(m_d72eecc6b164864790fe25f2bd64a8ab, 'click', function() {infowindow.open(map,m_d72eecc6b164864790fe25f2bd64a8ab);});$marker.push(m_d72eecc6b164864790fe25f2bd64a8ab);}});}google.maps.event.addDomListener(window, 'load', initialize);