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.1756,-87.5253)};var g_a182c80f6b0fb265f561286569b8bdb5 = new google.maps.Geocoder();g_a182c80f6b0fb265f561286569b8bdb5.geocode( { 'address': "3610 McFarland Blvd E, Tuscaloosa, AL 35405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tuscaloosa-AL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('tuscaloosa-AL-bbt'), mapOptions);}document.getElementById('e1d0babd').innerHTML += ' | View Map';var $la182c80f6b0fb265f561286569b8bdb5 = '

BB&T

Address: 3610 McFarland Blvd E, Tuscaloosa, AL 35405, USA
Phone: (205) 556-7224
';var m_a182c80f6b0fb265f561286569b8bdb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_a182c80f6b0fb265f561286569b8bdb5['infowindow'] = new google.maps.InfoWindow({content: $la182c80f6b0fb265f561286569b8bdb5});var infowindow = new google.maps.InfoWindow({content: $la182c80f6b0fb265f561286569b8bdb5});google.maps.event.addListener(m_a182c80f6b0fb265f561286569b8bdb5, 'click', function() {infowindow.open(map,m_a182c80f6b0fb265f561286569b8bdb5);});$marker.push(m_a182c80f6b0fb265f561286569b8bdb5);}});}google.maps.event.addDomListener(window, 'load', initialize);