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.9041,-84.36)};var g_1687c811b0829bc670b2b2f4fa536beb = new google.maps.Geocoder();g_1687c811b0829bc670b2b2f4fa536beb.geocode( { 'address': "2, 5555 Glenridge Con, Atlanta, GA 30342, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-commercial-loan-direct').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-commercial-loan-direct'), mapOptions);}document.getElementById('2bec79dd').innerHTML += ' | View Map';var $l1687c811b0829bc670b2b2f4fa536beb = '

Commercial Loan Direct

Address: 2, 5555 Glenridge Con, Atlanta, GA 30342, USA
Phone: (404) 551-5611
';var m_1687c811b0829bc670b2b2f4fa536beb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Loan Direct',});m_1687c811b0829bc670b2b2f4fa536beb['infowindow'] = new google.maps.InfoWindow({content: $l1687c811b0829bc670b2b2f4fa536beb});var infowindow = new google.maps.InfoWindow({content: $l1687c811b0829bc670b2b2f4fa536beb});google.maps.event.addListener(m_1687c811b0829bc670b2b2f4fa536beb, 'click', function() {infowindow.open(map,m_1687c811b0829bc670b2b2f4fa536beb);});$marker.push(m_1687c811b0829bc670b2b2f4fa536beb);}});}google.maps.event.addDomListener(window, 'load', initialize);