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.8989,-84.475)};var g_8a329799db33800ebcb18807d936ee46 = new google.maps.Geocoder();g_8a329799db33800ebcb18807d936ee46.geocode( { 'address': "4501 Circle 75 Pkwy, Atlanta, GA 30339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-united-credit-systems-inc').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-united-credit-systems-inc'), mapOptions);}document.getElementById('56388f67').innerHTML += ' | View Map';var $l8a329799db33800ebcb18807d936ee46 = '

United Credit Systems Inc

Address: 4501 Circle 75 Pkwy, Atlanta, GA 30339, USA
Phone: (770) 953-4187
';var m_8a329799db33800ebcb18807d936ee46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Credit Systems Inc',});m_8a329799db33800ebcb18807d936ee46['infowindow'] = new google.maps.InfoWindow({content: $l8a329799db33800ebcb18807d936ee46});var infowindow = new google.maps.InfoWindow({content: $l8a329799db33800ebcb18807d936ee46});google.maps.event.addListener(m_8a329799db33800ebcb18807d936ee46, 'click', function() {infowindow.open(map,m_8a329799db33800ebcb18807d936ee46);});$marker.push(m_8a329799db33800ebcb18807d936ee46);}});}google.maps.event.addDomListener(window, 'load', initialize);