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.9998,-79.9316)};var g_e80b73dab7fc32328f2940a90a8656b0 = new google.maps.Geocoder();g_e80b73dab7fc32328f2940a90a8656b0.geocode( { 'address': "4872 Harvey Rd, Jamestown, NC 27282"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamestown-NC-b-b-b-enterprises-llc').style.display = '';map = new google.maps.Map(document.getElementById('jamestown-NC-b-b-b-enterprises-llc'), mapOptions);}document.getElementById('c59b6b41').innerHTML += ' | View Map';var $le80b73dab7fc32328f2940a90a8656b0 = '

B B & B Enterprises LLC

Address: 4872 Harvey Rd, Jamestown, NC 27282
Phone: (336) 454-2006
';var m_e80b73dab7fc32328f2940a90a8656b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B B & B Enterprises LLC',});m_e80b73dab7fc32328f2940a90a8656b0['infowindow'] = new google.maps.InfoWindow({content: $le80b73dab7fc32328f2940a90a8656b0});var infowindow = new google.maps.InfoWindow({content: $le80b73dab7fc32328f2940a90a8656b0});google.maps.event.addListener(m_e80b73dab7fc32328f2940a90a8656b0, 'click', function() {infowindow.open(map,m_e80b73dab7fc32328f2940a90a8656b0);});$marker.push(m_e80b73dab7fc32328f2940a90a8656b0);}});}google.maps.event.addDomListener(window, 'load', initialize);