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.9537,-84.5412)};var g_88d619ad97413b44d6659073b7b12f32 = new google.maps.Geocoder();g_88d619ad97413b44d6659073b7b12f32.geocode( { 'address': "751 Whitlock Ave SW, Marietta, GA 30064"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-bb-t').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-bb-t'), mapOptions);}document.getElementById('1afce607').innerHTML += ' | View Map';var $l88d619ad97413b44d6659073b7b12f32 = '

BB & T

Address: 751 Whitlock Ave SW, Marietta, GA 30064
Phone: (770) 514-7337
';var m_88d619ad97413b44d6659073b7b12f32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB & T',});m_88d619ad97413b44d6659073b7b12f32['infowindow'] = new google.maps.InfoWindow({content: $l88d619ad97413b44d6659073b7b12f32});var infowindow = new google.maps.InfoWindow({content: $l88d619ad97413b44d6659073b7b12f32});google.maps.event.addListener(m_88d619ad97413b44d6659073b7b12f32, 'click', function() {infowindow.open(map,m_88d619ad97413b44d6659073b7b12f32);});$marker.push(m_88d619ad97413b44d6659073b7b12f32);}});}google.maps.event.addDomListener(window, 'load', initialize);