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.0134,-83.5261)};var g_3c968e8d39a39f1936d2c91e0752278c = new google.maps.Geocoder();g_3c968e8d39a39f1936d2c91e0752278c.geocode( { 'address': "199 E Clinton St, Gray, GA 31032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gray-GA-creditdna-inc-inc').style.display = '';map = new google.maps.Map(document.getElementById('gray-GA-creditdna-inc-inc'), mapOptions);}document.getElementById('ee2fc8a0').innerHTML += ' | View Map';var $l3c968e8d39a39f1936d2c91e0752278c = '

CreditDNA, Inc., Inc

Address: 199 E Clinton St, Gray, GA 31032, USA
Phone: (866) 944-8845
';var m_3c968e8d39a39f1936d2c91e0752278c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CreditDNA, Inc., Inc',});m_3c968e8d39a39f1936d2c91e0752278c['infowindow'] = new google.maps.InfoWindow({content: $l3c968e8d39a39f1936d2c91e0752278c});var infowindow = new google.maps.InfoWindow({content: $l3c968e8d39a39f1936d2c91e0752278c});google.maps.event.addListener(m_3c968e8d39a39f1936d2c91e0752278c, 'click', function() {infowindow.open(map,m_3c968e8d39a39f1936d2c91e0752278c);});$marker.push(m_3c968e8d39a39f1936d2c91e0752278c);}});}google.maps.event.addDomListener(window, 'load', initialize);