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.8698,-82.7741)};var g_44e96dedcc29b9addaa8d38b90343d55 = new google.maps.Geocoder();g_44e96dedcc29b9addaa8d38b90343d55.geocode( { 'address': "621 Wood Ave E, Big Stone Gap, VA 24219"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-stone-gap-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('big-stone-gap-VA-bbt'), mapOptions);}document.getElementById('bda3c22c').innerHTML += ' | View Map';var $l44e96dedcc29b9addaa8d38b90343d55 = '

Bb&T

Address: 621 Wood Ave E, Big Stone Gap, VA 24219
Phone: (276) 523-2311
';var m_44e96dedcc29b9addaa8d38b90343d55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&T',});m_44e96dedcc29b9addaa8d38b90343d55['infowindow'] = new google.maps.InfoWindow({content: $l44e96dedcc29b9addaa8d38b90343d55});var infowindow = new google.maps.InfoWindow({content: $l44e96dedcc29b9addaa8d38b90343d55});google.maps.event.addListener(m_44e96dedcc29b9addaa8d38b90343d55, 'click', function() {infowindow.open(map,m_44e96dedcc29b9addaa8d38b90343d55);});$marker.push(m_44e96dedcc29b9addaa8d38b90343d55);}});}google.maps.event.addDomListener(window, 'load', initialize);