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(30.6226,-87.892)};var g_2da909b30de3798807581c1c14e0161c = new google.maps.Geocoder();g_2da909b30de3798807581c1c14e0161c.geocode( { 'address': "28664 US Highway 98, Daphne, AL 36526"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daphne-AL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('daphne-AL-bbt'), mapOptions);}document.getElementById('e800afce').innerHTML += ' | View Map';var $l2da909b30de3798807581c1c14e0161c = '

Bb&T

Address: 28664 US Highway 98, Daphne, AL 36526
Phone: (251) 626-0355
';var m_2da909b30de3798807581c1c14e0161c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&T',});m_2da909b30de3798807581c1c14e0161c['infowindow'] = new google.maps.InfoWindow({content: $l2da909b30de3798807581c1c14e0161c});var infowindow = new google.maps.InfoWindow({content: $l2da909b30de3798807581c1c14e0161c});google.maps.event.addListener(m_2da909b30de3798807581c1c14e0161c, 'click', function() {infowindow.open(map,m_2da909b30de3798807581c1c14e0161c);});$marker.push(m_2da909b30de3798807581c1c14e0161c);}});}google.maps.event.addDomListener(window, 'load', initialize);