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_ff51fb7a9bcb22c595616b4fa368880a = new google.maps.Geocoder();g_ff51fb7a9bcb22c595616b4fa368880a.geocode( { 'address': "1180 Peachtree St NE, Atlanta, GA 30309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-one-georgia-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-one-georgia-bank'), mapOptions);}document.getElementById('14657a4f').innerHTML += ' | View Map';var $lff51fb7a9bcb22c595616b4fa368880a = '

One Georgia Bank

Address: 1180 Peachtree St NE, Atlanta, GA 30309
Phone: (404) 522-2265
';var m_ff51fb7a9bcb22c595616b4fa368880a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'One Georgia Bank',});m_ff51fb7a9bcb22c595616b4fa368880a['infowindow'] = new google.maps.InfoWindow({content: $lff51fb7a9bcb22c595616b4fa368880a});var infowindow = new google.maps.InfoWindow({content: $lff51fb7a9bcb22c595616b4fa368880a});google.maps.event.addListener(m_ff51fb7a9bcb22c595616b4fa368880a, 'click', function() {infowindow.open(map,m_ff51fb7a9bcb22c595616b4fa368880a);});$marker.push(m_ff51fb7a9bcb22c595616b4fa368880a);}});}google.maps.event.addDomListener(window, 'load', initialize);