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(35.7031,-79.6242)};var g_5afced399b51294d26cdeb046b221347 = new google.maps.Geocoder();g_5afced399b51294d26cdeb046b221347.geocode( { 'address': "6638 Jordan Rd, Ramseur, NC 27316"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ramseur-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('ramseur-NC-bbt'), mapOptions);}document.getElementById('7f6b1899').innerHTML += ' | View Map';var $l5afced399b51294d26cdeb046b221347 = '

Bb&T

Address: 6638 Jordan Rd, Ramseur, NC 27316
Phone: (336) 824-4171
';var m_5afced399b51294d26cdeb046b221347 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&T',});m_5afced399b51294d26cdeb046b221347['infowindow'] = new google.maps.InfoWindow({content: $l5afced399b51294d26cdeb046b221347});var infowindow = new google.maps.InfoWindow({content: $l5afced399b51294d26cdeb046b221347});google.maps.event.addListener(m_5afced399b51294d26cdeb046b221347, 'click', function() {infowindow.open(map,m_5afced399b51294d26cdeb046b221347);});$marker.push(m_5afced399b51294d26cdeb046b221347);}});}google.maps.event.addDomListener(window, 'load', initialize);