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.4703,-77.4231)};var g_46ac399bdbd3fa41d5d2656ce3406d2f = new google.maps.Geocoder();g_46ac399bdbd3fa41d5d2656ce3406d2f.geocode( { 'address': "121 3rd St, Ayden, NC 28513"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ayden-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('ayden-NC-bbt'), mapOptions);}document.getElementById('982ceb62').innerHTML += ' | View Map';var $l46ac399bdbd3fa41d5d2656ce3406d2f = '

Bb&T

Address: 121 3rd St, Ayden, NC 28513
Phone: (252) 746-3043
';var m_46ac399bdbd3fa41d5d2656ce3406d2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&T',});m_46ac399bdbd3fa41d5d2656ce3406d2f['infowindow'] = new google.maps.InfoWindow({content: $l46ac399bdbd3fa41d5d2656ce3406d2f});var infowindow = new google.maps.InfoWindow({content: $l46ac399bdbd3fa41d5d2656ce3406d2f});google.maps.event.addListener(m_46ac399bdbd3fa41d5d2656ce3406d2f, 'click', function() {infowindow.open(map,m_46ac399bdbd3fa41d5d2656ce3406d2f);});$marker.push(m_46ac399bdbd3fa41d5d2656ce3406d2f);}});}google.maps.event.addDomListener(window, 'load', initialize);