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.7877,-84.383)};var g_bdbb6845e43f698cb0454e3a7495eaed = new google.maps.Geocoder();g_bdbb6845e43f698cb0454e3a7495eaed.geocode( { 'address': "1201 Peachtree St NE #200, Atlanta, GA 30361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-credit-docs').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-credit-docs'), mapOptions);}document.getElementById('abf40fd9').innerHTML += ' | View Map';var $lbdbb6845e43f698cb0454e3a7495eaed = '

Credit Docs

Address: 1201 Peachtree St NE #200, Atlanta, GA 30361, USA
Phone: (678) 961-0085
';var m_bdbb6845e43f698cb0454e3a7495eaed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Docs',});m_bdbb6845e43f698cb0454e3a7495eaed['infowindow'] = new google.maps.InfoWindow({content: $lbdbb6845e43f698cb0454e3a7495eaed});var infowindow = new google.maps.InfoWindow({content: $lbdbb6845e43f698cb0454e3a7495eaed});google.maps.event.addListener(m_bdbb6845e43f698cb0454e3a7495eaed, 'click', function() {infowindow.open(map,m_bdbb6845e43f698cb0454e3a7495eaed);});$marker.push(m_bdbb6845e43f698cb0454e3a7495eaed);}});}google.maps.event.addDomListener(window, 'load', initialize);