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.8397,-86.6292)};var g_7c6483e1de439c4f4a0a4489d35f5763 = new google.maps.Geocoder();g_7c6483e1de439c4f4a0a4489d35f5763.geocode( { 'address': "501 2nd Ave N, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-bbt'), mapOptions);}document.getElementById('5dcb2b8b').innerHTML += ' | View Map';var $l7c6483e1de439c4f4a0a4489d35f5763 = '

BB&T

Address: 501 2nd Ave N, Clanton, AL 35045, USA
Phone: (205) 755-0250
';var m_7c6483e1de439c4f4a0a4489d35f5763 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_7c6483e1de439c4f4a0a4489d35f5763['infowindow'] = new google.maps.InfoWindow({content: $l7c6483e1de439c4f4a0a4489d35f5763});var infowindow = new google.maps.InfoWindow({content: $l7c6483e1de439c4f4a0a4489d35f5763});google.maps.event.addListener(m_7c6483e1de439c4f4a0a4489d35f5763, 'click', function() {infowindow.open(map,m_7c6483e1de439c4f4a0a4489d35f5763);});$marker.push(m_7c6483e1de439c4f4a0a4489d35f5763);}});}google.maps.event.addDomListener(window, 'load', initialize);