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.6013,-84.2022)};var g_e6265a85e503bb5db629f379330fe08b = new google.maps.Geocoder();g_e6265a85e503bb5db629f379330fe08b.geocode( { 'address': "2113 Dawson Rd, Albany, GA 31707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-GA-downtown-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('albany-GA-downtown-loan-company'), mapOptions);}document.getElementById('41eaff82').innerHTML += ' | View Map';var $le6265a85e503bb5db629f379330fe08b = '

Downtown Loan Company

Address: 2113 Dawson Rd, Albany, GA 31707, USA
Phone: (229) 888-0053
';var m_e6265a85e503bb5db629f379330fe08b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Downtown Loan Company',});m_e6265a85e503bb5db629f379330fe08b['infowindow'] = new google.maps.InfoWindow({content: $le6265a85e503bb5db629f379330fe08b});var infowindow = new google.maps.InfoWindow({content: $le6265a85e503bb5db629f379330fe08b});google.maps.event.addListener(m_e6265a85e503bb5db629f379330fe08b, 'click', function() {infowindow.open(map,m_e6265a85e503bb5db629f379330fe08b);});$marker.push(m_e6265a85e503bb5db629f379330fe08b);}});}google.maps.event.addDomListener(window, 'load', initialize);