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(36.6136,-82.171)};var g_b3e8cbfb85502744feeea93512913608 = new google.maps.Geocoder();g_b3e8cbfb85502744feeea93512913608.geocode( { 'address': "3000 Lee Hwy, Bristol, VA 24202"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('bristol-VA-bbt'), mapOptions);}document.getElementById('a17e64e7').innerHTML += ' | View Map';var $lb3e8cbfb85502744feeea93512913608 = '

Bb&T

Address: 3000 Lee Hwy, Bristol, VA 24202
Phone: (276) 645-0881
';var m_b3e8cbfb85502744feeea93512913608 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&T',});m_b3e8cbfb85502744feeea93512913608['infowindow'] = new google.maps.InfoWindow({content: $lb3e8cbfb85502744feeea93512913608});var infowindow = new google.maps.InfoWindow({content: $lb3e8cbfb85502744feeea93512913608});google.maps.event.addListener(m_b3e8cbfb85502744feeea93512913608, 'click', function() {infowindow.open(map,m_b3e8cbfb85502744feeea93512913608);});$marker.push(m_b3e8cbfb85502744feeea93512913608);}});}google.maps.event.addDomListener(window, 'load', initialize);