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.6144,-79.865)};var g_336622ea374f1879305a63b31fe0bda4 = new google.maps.Geocoder();g_336622ea374f1879305a63b31fe0bda4.geocode( { 'address': "4860 Greensboro Rd, Ridgeway, VA 24148"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeway-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('ridgeway-VA-bbt'), mapOptions);}document.getElementById('7eb2e399').innerHTML += ' | View Map';var $l336622ea374f1879305a63b31fe0bda4 = '

Bb&T

Address: 4860 Greensboro Rd, Ridgeway, VA 24148
Phone: (276) 956-3103
';var m_336622ea374f1879305a63b31fe0bda4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&T',});m_336622ea374f1879305a63b31fe0bda4['infowindow'] = new google.maps.InfoWindow({content: $l336622ea374f1879305a63b31fe0bda4});var infowindow = new google.maps.InfoWindow({content: $l336622ea374f1879305a63b31fe0bda4});google.maps.event.addListener(m_336622ea374f1879305a63b31fe0bda4, 'click', function() {infowindow.open(map,m_336622ea374f1879305a63b31fe0bda4);});$marker.push(m_336622ea374f1879305a63b31fe0bda4);}});}google.maps.event.addDomListener(window, 'load', initialize);