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(32.9134,-85.9384)};var g_a291eb7ce8c6c27ed798151c4a0741bc = new google.maps.Geocoder();g_a291eb7ce8c6c27ed798151c4a0741bc.geocode( { 'address': "2055 Cherokee Rd, Alexander City, AL 35010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexander-city-AL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('alexander-city-AL-bbt'), mapOptions);}document.getElementById('d32319d1').innerHTML += ' | View Map';var $la291eb7ce8c6c27ed798151c4a0741bc = '

BB&T

Address: 2055 Cherokee Rd, Alexander City, AL 35010
Phone: (256) 215-5379
';var m_a291eb7ce8c6c27ed798151c4a0741bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_a291eb7ce8c6c27ed798151c4a0741bc['infowindow'] = new google.maps.InfoWindow({content: $la291eb7ce8c6c27ed798151c4a0741bc});var infowindow = new google.maps.InfoWindow({content: $la291eb7ce8c6c27ed798151c4a0741bc});google.maps.event.addListener(m_a291eb7ce8c6c27ed798151c4a0741bc, 'click', function() {infowindow.open(map,m_a291eb7ce8c6c27ed798151c4a0741bc);});$marker.push(m_a291eb7ce8c6c27ed798151c4a0741bc);}});}google.maps.event.addDomListener(window, 'load', initialize);