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.9052,-84.4283)};var g_622eebf73fa1bf36cfe8cd3b21e832a2 = new google.maps.Geocoder();g_622eebf73fa1bf36cfe8cd3b21e832a2.geocode( { 'address': "6300 Powers Ferry Rd NW #600, Atlanta, GA 30339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-consumer-credit-industry-association').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-consumer-credit-industry-association'), mapOptions);}document.getElementById('661381f0').innerHTML += ' | View Map';var $l622eebf73fa1bf36cfe8cd3b21e832a2 = '

Consumer Credit Industry Association

Address: 6300 Powers Ferry Rd NW #600, Atlanta, GA 30339, USA
Phone: (608) 848-4484
';var m_622eebf73fa1bf36cfe8cd3b21e832a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Industry Association',});m_622eebf73fa1bf36cfe8cd3b21e832a2['infowindow'] = new google.maps.InfoWindow({content: $l622eebf73fa1bf36cfe8cd3b21e832a2});var infowindow = new google.maps.InfoWindow({content: $l622eebf73fa1bf36cfe8cd3b21e832a2});google.maps.event.addListener(m_622eebf73fa1bf36cfe8cd3b21e832a2, 'click', function() {infowindow.open(map,m_622eebf73fa1bf36cfe8cd3b21e832a2);});$marker.push(m_622eebf73fa1bf36cfe8cd3b21e832a2);}});}google.maps.event.addDomListener(window, 'load', initialize);