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.1503,-85.3578)};var g_af8b461f71f77ba634bf68b22d6f4329 = new google.maps.Geocoder();g_af8b461f71f77ba634bf68b22d6f4329.geocode( { 'address': "3140 Old U.S. 431, Roanoke, AL 36274, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roanoke-AL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('roanoke-AL-bbt'), mapOptions);}document.getElementById('3005476f').innerHTML += ' | View Map';var $laf8b461f71f77ba634bf68b22d6f4329 = '

BB&T

Address: 3140 Old U.S. 431, Roanoke, AL 36274, USA
Phone: (334) 863-8148
';var m_af8b461f71f77ba634bf68b22d6f4329 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_af8b461f71f77ba634bf68b22d6f4329['infowindow'] = new google.maps.InfoWindow({content: $laf8b461f71f77ba634bf68b22d6f4329});var infowindow = new google.maps.InfoWindow({content: $laf8b461f71f77ba634bf68b22d6f4329});google.maps.event.addListener(m_af8b461f71f77ba634bf68b22d6f4329, 'click', function() {infowindow.open(map,m_af8b461f71f77ba634bf68b22d6f4329);});$marker.push(m_af8b461f71f77ba634bf68b22d6f4329);}});}google.maps.event.addDomListener(window, 'load', initialize);