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.567,-86.8996)};var g_6ac063fc839f99fcf4c6be025b3291b8 = new google.maps.Geocoder();g_6ac063fc839f99fcf4c6be025b3291b8.geocode( { 'address': "1602 Forestdale Blvd, Forestdale, AL 35214, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forestdale-AL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('forestdale-AL-bbt'), mapOptions);}document.getElementById('dba7ef0e').innerHTML += ' | View Map';var $l6ac063fc839f99fcf4c6be025b3291b8 = '

BB&T

Address: 1602 Forestdale Blvd, Forestdale, AL 35214, USA
Phone: (205) 445-2245
';var m_6ac063fc839f99fcf4c6be025b3291b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_6ac063fc839f99fcf4c6be025b3291b8['infowindow'] = new google.maps.InfoWindow({content: $l6ac063fc839f99fcf4c6be025b3291b8});var infowindow = new google.maps.InfoWindow({content: $l6ac063fc839f99fcf4c6be025b3291b8});google.maps.event.addListener(m_6ac063fc839f99fcf4c6be025b3291b8, 'click', function() {infowindow.open(map,m_6ac063fc839f99fcf4c6be025b3291b8);});$marker.push(m_6ac063fc839f99fcf4c6be025b3291b8);}});}google.maps.event.addDomListener(window, 'load', initialize);