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(34.033,-84.3496)};var g_ec721811e61b2ea5fa515964ceb95067 = new google.maps.Geocoder();g_ec721811e61b2ea5fa515964ceb95067.geocode( { 'address': "1275 Alpharetta St, Roswell, GA 30075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roswell-GA-community-loans-of-america').style.display = '';map = new google.maps.Map(document.getElementById('roswell-GA-community-loans-of-america'), mapOptions);}document.getElementById('a4517d64').innerHTML += ' | View Map';var $lec721811e61b2ea5fa515964ceb95067 = '

Community Loans of America

Address: 1275 Alpharetta St, Roswell, GA 30075, USA
Phone: (770) 552-0758
';var m_ec721811e61b2ea5fa515964ceb95067 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Loans of America',});m_ec721811e61b2ea5fa515964ceb95067['infowindow'] = new google.maps.InfoWindow({content: $lec721811e61b2ea5fa515964ceb95067});var infowindow = new google.maps.InfoWindow({content: $lec721811e61b2ea5fa515964ceb95067});google.maps.event.addListener(m_ec721811e61b2ea5fa515964ceb95067, 'click', function() {infowindow.open(map,m_ec721811e61b2ea5fa515964ceb95067);});$marker.push(m_ec721811e61b2ea5fa515964ceb95067);}});}google.maps.event.addDomListener(window, 'load', initialize);