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

BB&T Bank

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