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(33.2289,-87.5774)};var g_a9ef76a10fed49e9a67089ca65c62e4f = new google.maps.Geocoder();g_a9ef76a10fed49e9a67089ca65c62e4f.geocode( { 'address': "120 Mcfarland Blvd, Northport, AL 35476"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northport-AL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('northport-AL-bbt'), mapOptions);}document.getElementById('b0ba8ce7').innerHTML += ' | View Map';var $la9ef76a10fed49e9a67089ca65c62e4f = '

BB&T

Address: 120 Mcfarland Blvd, Northport, AL 35476
Phone: (205) 752-1174
';var m_a9ef76a10fed49e9a67089ca65c62e4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_a9ef76a10fed49e9a67089ca65c62e4f['infowindow'] = new google.maps.InfoWindow({content: $la9ef76a10fed49e9a67089ca65c62e4f});var infowindow = new google.maps.InfoWindow({content: $la9ef76a10fed49e9a67089ca65c62e4f});google.maps.event.addListener(m_a9ef76a10fed49e9a67089ca65c62e4f, 'click', function() {infowindow.open(map,m_a9ef76a10fed49e9a67089ca65c62e4f);});$marker.push(m_a9ef76a10fed49e9a67089ca65c62e4f);}});}google.maps.event.addDomListener(window, 'load', initialize);