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(31.5872,-84.1766)};var g_9cc25407f209e031babdac7d3c520ccb = new google.maps.Geocoder();g_9cc25407f209e031babdac7d3c520ccb.geocode( { 'address': "715 N Slappey Blvd, Albany, GA 31701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-GA-community-loans-of-america').style.display = '';map = new google.maps.Map(document.getElementById('albany-GA-community-loans-of-america'), mapOptions);}document.getElementById('fdf2cf40').innerHTML += ' | View Map';var $l9cc25407f209e031babdac7d3c520ccb = '

Community Loans of America

Address: 715 N Slappey Blvd, Albany, GA 31701, USA
Phone: (229) 439-7004
';var m_9cc25407f209e031babdac7d3c520ccb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Loans of America',});m_9cc25407f209e031babdac7d3c520ccb['infowindow'] = new google.maps.InfoWindow({content: $l9cc25407f209e031babdac7d3c520ccb});var infowindow = new google.maps.InfoWindow({content: $l9cc25407f209e031babdac7d3c520ccb});google.maps.event.addListener(m_9cc25407f209e031babdac7d3c520ccb, 'click', function() {infowindow.open(map,m_9cc25407f209e031babdac7d3c520ccb);});$marker.push(m_9cc25407f209e031babdac7d3c520ccb);}});}google.maps.event.addDomListener(window, 'load', initialize);