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.0369,-83.9382)};var g_eb9fc349601c69352c859c1faa287874 = new google.maps.Geocoder();g_eb9fc349601c69352c859c1faa287874.geocode( { 'address': "101 N Lee St, Forsyth, GA 31029, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forsyth-GA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('forsyth-GA-bbt'), mapOptions);}document.getElementById('0c97176f').innerHTML += ' | View Map';var $leb9fc349601c69352c859c1faa287874 = '

BB&T

Address: 101 N Lee St, Forsyth, GA 31029, USA
Phone: (478) 994-2700
';var m_eb9fc349601c69352c859c1faa287874 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_eb9fc349601c69352c859c1faa287874['infowindow'] = new google.maps.InfoWindow({content: $leb9fc349601c69352c859c1faa287874});var infowindow = new google.maps.InfoWindow({content: $leb9fc349601c69352c859c1faa287874});google.maps.event.addListener(m_eb9fc349601c69352c859c1faa287874, 'click', function() {infowindow.open(map,m_eb9fc349601c69352c859c1faa287874);});$marker.push(m_eb9fc349601c69352c859c1faa287874);}});}google.maps.event.addDomListener(window, 'load', initialize);