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.7324,-84.3497)};var g_85b45ef5e19389d81d4744a69462df56 = new google.maps.Geocoder();g_85b45ef5e19389d81d4744a69462df56.geocode( { 'address': "801 Moreland Ave SE b, Atlanta, GA 30316, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-community-lending-solutions-inc').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-community-lending-solutions-inc'), mapOptions);}document.getElementById('04403a55').innerHTML += ' | View Map';var $l85b45ef5e19389d81d4744a69462df56 = '

Community Lending Solutions Inc.

Address: 801 Moreland Ave SE b, Atlanta, GA 30316, USA
Phone: (404) 622-3492
';var m_85b45ef5e19389d81d4744a69462df56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Lending Solutions Inc.',});m_85b45ef5e19389d81d4744a69462df56['infowindow'] = new google.maps.InfoWindow({content: $l85b45ef5e19389d81d4744a69462df56});var infowindow = new google.maps.InfoWindow({content: $l85b45ef5e19389d81d4744a69462df56});google.maps.event.addListener(m_85b45ef5e19389d81d4744a69462df56, 'click', function() {infowindow.open(map,m_85b45ef5e19389d81d4744a69462df56);});$marker.push(m_85b45ef5e19389d81d4744a69462df56);}});}google.maps.event.addDomListener(window, 'load', initialize);