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.8559,-84.3953)};var g_65b9eea6e1cc6bb9f0cd2a47751a186f = new google.maps.Geocoder();g_65b9eea6e1cc6bb9f0cd2a47751a186f.geocode( { 'address': "3350 Riverwood Pkwy SE, Atlanta, GA 30339"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-branch-banking-trust').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-branch-banking-trust'), mapOptions);}document.getElementById('5f41e8da').innerHTML += ' | View Map';var $l65b9eea6e1cc6bb9f0cd2a47751a186f = '

Branch Banking & Trust

Address: 3350 Riverwood Pkwy SE, Atlanta, GA 30339
Phone: (770) 240-1446
';var m_65b9eea6e1cc6bb9f0cd2a47751a186f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Branch Banking & Trust',});m_65b9eea6e1cc6bb9f0cd2a47751a186f['infowindow'] = new google.maps.InfoWindow({content: $l65b9eea6e1cc6bb9f0cd2a47751a186f});var infowindow = new google.maps.InfoWindow({content: $l65b9eea6e1cc6bb9f0cd2a47751a186f});google.maps.event.addListener(m_65b9eea6e1cc6bb9f0cd2a47751a186f, 'click', function() {infowindow.open(map,m_65b9eea6e1cc6bb9f0cd2a47751a186f);});$marker.push(m_65b9eea6e1cc6bb9f0cd2a47751a186f);}});}google.maps.event.addDomListener(window, 'load', initialize);