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_cea2057aa773cb64e04f7a0bfae95f51 = new google.maps.Geocoder();g_cea2057aa773cb64e04f7a0bfae95f51.geocode( { 'address': "303 Peachtree St NE, Atlanta, GA 30308"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-suntrust-banks-inc').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-suntrust-banks-inc'), mapOptions);}document.getElementById('c9ffe399').innerHTML += ' | View Map';var $lcea2057aa773cb64e04f7a0bfae95f51 = '

Suntrust Banks Inc

Address: 303 Peachtree St NE, Atlanta, GA 30308
Phone: (404) 588-7712
';var m_cea2057aa773cb64e04f7a0bfae95f51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suntrust Banks Inc',});m_cea2057aa773cb64e04f7a0bfae95f51['infowindow'] = new google.maps.InfoWindow({content: $lcea2057aa773cb64e04f7a0bfae95f51});var infowindow = new google.maps.InfoWindow({content: $lcea2057aa773cb64e04f7a0bfae95f51});google.maps.event.addListener(m_cea2057aa773cb64e04f7a0bfae95f51, 'click', function() {infowindow.open(map,m_cea2057aa773cb64e04f7a0bfae95f51);});$marker.push(m_cea2057aa773cb64e04f7a0bfae95f51);}});}google.maps.event.addDomListener(window, 'load', initialize);