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.6317,-80.2476)};var g_47a7f2c033801a8185243e6ca8df5fae = new google.maps.Geocoder();g_47a7f2c033801a8185243e6ca8df5fae.geocode( { 'address': "100 Stonewall CT, Stuart, VA 24171"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stuart-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('stuart-VA-bbt'), mapOptions);}document.getElementById('0670e33f').innerHTML += ' | View Map';var $l47a7f2c033801a8185243e6ca8df5fae = '

Bb&T

Address: 100 Stonewall CT, Stuart, VA 24171
Phone: (276) 694-3135
';var m_47a7f2c033801a8185243e6ca8df5fae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&T',});m_47a7f2c033801a8185243e6ca8df5fae['infowindow'] = new google.maps.InfoWindow({content: $l47a7f2c033801a8185243e6ca8df5fae});var infowindow = new google.maps.InfoWindow({content: $l47a7f2c033801a8185243e6ca8df5fae});google.maps.event.addListener(m_47a7f2c033801a8185243e6ca8df5fae, 'click', function() {infowindow.open(map,m_47a7f2c033801a8185243e6ca8df5fae);});$marker.push(m_47a7f2c033801a8185243e6ca8df5fae);}});}google.maps.event.addDomListener(window, 'load', initialize);