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.7737,-84.6379)};var g_0651c6f5e405d3189f5ad8f73fd64bfb = new google.maps.Geocoder();g_0651c6f5e405d3189f5ad8f73fd64bfb.geocode( { 'address': "1855 Thornton Rd, Lithia Springs, GA 30122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lithia-springs-GA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('lithia-springs-GA-bbt'), mapOptions);}document.getElementById('7919d2e2').innerHTML += ' | View Map';var $l0651c6f5e405d3189f5ad8f73fd64bfb = '

BB&T

Address: 1855 Thornton Rd, Lithia Springs, GA 30122
Phone: (770) 941-4041
';var m_0651c6f5e405d3189f5ad8f73fd64bfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_0651c6f5e405d3189f5ad8f73fd64bfb['infowindow'] = new google.maps.InfoWindow({content: $l0651c6f5e405d3189f5ad8f73fd64bfb});var infowindow = new google.maps.InfoWindow({content: $l0651c6f5e405d3189f5ad8f73fd64bfb});google.maps.event.addListener(m_0651c6f5e405d3189f5ad8f73fd64bfb, 'click', function() {infowindow.open(map,m_0651c6f5e405d3189f5ad8f73fd64bfb);});$marker.push(m_0651c6f5e405d3189f5ad8f73fd64bfb);}});}google.maps.event.addDomListener(window, 'load', initialize);