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_e7e7d72348a4293e789803202d42d0fe = new google.maps.Geocoder();g_e7e7d72348a4293e789803202d42d0fe.geocode( { 'address': "3880 Roswell Rd, Atlanta, GA 30342"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-georgia-primary-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-georgia-primary-bank'), mapOptions);}document.getElementById('4d203cf6').innerHTML += ' | View Map';var $le7e7d72348a4293e789803202d42d0fe = '

Georgia Primary Bank

Address: 3880 Roswell Rd, Atlanta, GA 30342
Phone: (404) 231-4100
';var m_e7e7d72348a4293e789803202d42d0fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia Primary Bank',});m_e7e7d72348a4293e789803202d42d0fe['infowindow'] = new google.maps.InfoWindow({content: $le7e7d72348a4293e789803202d42d0fe});var infowindow = new google.maps.InfoWindow({content: $le7e7d72348a4293e789803202d42d0fe});google.maps.event.addListener(m_e7e7d72348a4293e789803202d42d0fe, 'click', function() {infowindow.open(map,m_e7e7d72348a4293e789803202d42d0fe);});$marker.push(m_e7e7d72348a4293e789803202d42d0fe);}});}google.maps.event.addDomListener(window, 'load', initialize);