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.3932,-84.8234)};var g_2330b630a226a3c65689e546084fcdfc = new google.maps.Geocoder();g_2330b630a226a3c65689e546084fcdfc.geocode( { 'address': "190 Glenda Trce, Newnan, GA 30265"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newnan-GA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('newnan-GA-bbt'), mapOptions);}document.getElementById('c44afbbb').innerHTML += ' | View Map';var $l2330b630a226a3c65689e546084fcdfc = '

BB&T

Address: 190 Glenda Trce, Newnan, GA 30265
Phone: (770) 304-7840
';var m_2330b630a226a3c65689e546084fcdfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_2330b630a226a3c65689e546084fcdfc['infowindow'] = new google.maps.InfoWindow({content: $l2330b630a226a3c65689e546084fcdfc});var infowindow = new google.maps.InfoWindow({content: $l2330b630a226a3c65689e546084fcdfc});google.maps.event.addListener(m_2330b630a226a3c65689e546084fcdfc, 'click', function() {infowindow.open(map,m_2330b630a226a3c65689e546084fcdfc);});$marker.push(m_2330b630a226a3c65689e546084fcdfc);}});}google.maps.event.addDomListener(window, 'load', initialize);