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.9232,-84.3526)};var g_95f17c1aabc6396443c61dada8e40055 = new google.maps.Geocoder();g_95f17c1aabc6396443c61dada8e40055.geocode( { 'address': "6160 Peachtree Dunwoody Rd, Atlanta, GA 30328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-cdi-credit').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-cdi-credit'), mapOptions);}document.getElementById('19fdcac2').innerHTML += ' | View Map';var $l95f17c1aabc6396443c61dada8e40055 = '

CDI Credit

Address: 6160 Peachtree Dunwoody Rd, Atlanta, GA 30328, USA
Phone: (770) 350-5070
';var m_95f17c1aabc6396443c61dada8e40055 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CDI Credit',});m_95f17c1aabc6396443c61dada8e40055['infowindow'] = new google.maps.InfoWindow({content: $l95f17c1aabc6396443c61dada8e40055});var infowindow = new google.maps.InfoWindow({content: $l95f17c1aabc6396443c61dada8e40055});google.maps.event.addListener(m_95f17c1aabc6396443c61dada8e40055, 'click', function() {infowindow.open(map,m_95f17c1aabc6396443c61dada8e40055);});$marker.push(m_95f17c1aabc6396443c61dada8e40055);}});}google.maps.event.addDomListener(window, 'load', initialize);