Spring Is in the Air  --->  Bill's Woodshed is open at 2 Regional Locations

charlotte, concord, location, market, regional -

Spring Is in the Air ---> Bill's Woodshed is open at 2 Regional Locations

Piedmont Farmer's Market - Winecoff School Road, Concord, NC

  • Saturdays - 9:00 am to 12:00 pm (October through mid-April) and 8:00 am to 12:00 pm (mid-April through September)

&

Charlotte Regional Farmer's Market - Yorkmont Road, Charlotte, NC

  • Sundays - 8:30 am to 2:00 pm - Booth #21



$(document).ready(function() { thumbnails = $('img[src*="/products/"]').not(':first'); if (thumbnails.length) { thumbnails.bind('click', function() { var arrImage = $(this).attr('src').split('?')[0].split('.'); var strExtention = arrImage.pop(); var strRemaining = arrImage.pop().replace(/_[a-zA-Z0-9@]+$/,''); var strNewImage = arrImage.join('.')+"."+strRemaining+"."+strExtention; if (typeof variantImages[strNewImage] !== 'undefined') { productOptions.forEach(function (value, i) { optionValue = variantImages[strNewImage]['option-'+i]; if (optionValue !== null && $('.single-option-selector:eq('+i+') option').filter(function() { return $(this).text() === optionValue }).length) { $('.single-option-selector:eq('+i+')').val(optionValue).trigger('change'); } }); } }); } });