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.5957,-82.3324)};var g_4e2598d3fa41ae72d1927b81328dbd51 = new google.maps.Geocoder();g_4e2598d3fa41ae72d1927b81328dbd51.geocode( { 'address': "205 S Main St, Swainsboro, GA 30401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swainsboro-GA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('swainsboro-GA-bbt'), mapOptions);}document.getElementById('82091035').innerHTML += ' | View Map';var $l4e2598d3fa41ae72d1927b81328dbd51 = '

BB&T

Address: 205 S Main St, Swainsboro, GA 30401, USA
Phone: (478) 237-6412
';var m_4e2598d3fa41ae72d1927b81328dbd51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_4e2598d3fa41ae72d1927b81328dbd51['infowindow'] = new google.maps.InfoWindow({content: $l4e2598d3fa41ae72d1927b81328dbd51});var infowindow = new google.maps.InfoWindow({content: $l4e2598d3fa41ae72d1927b81328dbd51});google.maps.event.addListener(m_4e2598d3fa41ae72d1927b81328dbd51, 'click', function() {infowindow.open(map,m_4e2598d3fa41ae72d1927b81328dbd51);});$marker.push(m_4e2598d3fa41ae72d1927b81328dbd51);}});}google.maps.event.addDomListener(window, 'load', initialize);