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.9898,-84.6428)};var g_c182e3a40c87876b592585b7a5b5ab08 = new google.maps.Geocoder();g_c182e3a40c87876b592585b7a5b5ab08.geocode( { 'address': "7155 Houston Rd, Florence, KY 41042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-KY-bbt').style.display = '';map = new google.maps.Map(document.getElementById('florence-KY-bbt'), mapOptions);}document.getElementById('4de67b22').innerHTML += ' | View Map';var $lc182e3a40c87876b592585b7a5b5ab08 = '

Bb&T

Address: 7155 Houston Rd, Florence, KY 41042
Phone: (859) 817-3200
';var m_c182e3a40c87876b592585b7a5b5ab08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&T',});m_c182e3a40c87876b592585b7a5b5ab08['infowindow'] = new google.maps.InfoWindow({content: $lc182e3a40c87876b592585b7a5b5ab08});var infowindow = new google.maps.InfoWindow({content: $lc182e3a40c87876b592585b7a5b5ab08});google.maps.event.addListener(m_c182e3a40c87876b592585b7a5b5ab08, 'click', function() {infowindow.open(map,m_c182e3a40c87876b592585b7a5b5ab08);});$marker.push(m_c182e3a40c87876b592585b7a5b5ab08);}});}google.maps.event.addDomListener(window, 'load', initialize);