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(34.1227,-84.2968)};var g_e564708d5e6ff7a06ef563b162d4a099 = new google.maps.Geocoder();g_e564708d5e6ff7a06ef563b162d4a099.geocode( { 'address': "5960 N Point Pkwy, Alpharetta, GA 30022"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-bb-t').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-bb-t'), mapOptions);}document.getElementById('5719cc47').innerHTML += ' | View Map';var $le564708d5e6ff7a06ef563b162d4a099 = '

BB & T

Address: 5960 N Point Pkwy, Alpharetta, GA 30022
Phone: (678) 893-7217
';var m_e564708d5e6ff7a06ef563b162d4a099 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB & T',});m_e564708d5e6ff7a06ef563b162d4a099['infowindow'] = new google.maps.InfoWindow({content: $le564708d5e6ff7a06ef563b162d4a099});var infowindow = new google.maps.InfoWindow({content: $le564708d5e6ff7a06ef563b162d4a099});google.maps.event.addListener(m_e564708d5e6ff7a06ef563b162d4a099, 'click', function() {infowindow.open(map,m_e564708d5e6ff7a06ef563b162d4a099);});$marker.push(m_e564708d5e6ff7a06ef563b162d4a099);}});}google.maps.event.addDomListener(window, 'load', initialize);