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.9447,-87.7344)};var g_6cf8912022f697ca81e17e33dc2993e6 = new google.maps.Geocoder();g_6cf8912022f697ca81e17e33dc2993e6.geocode( { 'address': "3050 AL-5 #122, Thomasville, AL 36784, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-AL-acceptance-loan-company-inc').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-AL-acceptance-loan-company-inc'), mapOptions);}document.getElementById('370e653f').innerHTML += ' | View Map';var $l6cf8912022f697ca81e17e33dc2993e6 = '

Acceptance Loan Company, Inc.

Address: 3050 AL-5 #122, Thomasville, AL 36784, USA
Phone: (334) 636-4933
';var m_6cf8912022f697ca81e17e33dc2993e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acceptance Loan Company, Inc.',});m_6cf8912022f697ca81e17e33dc2993e6['infowindow'] = new google.maps.InfoWindow({content: $l6cf8912022f697ca81e17e33dc2993e6});var infowindow = new google.maps.InfoWindow({content: $l6cf8912022f697ca81e17e33dc2993e6});google.maps.event.addListener(m_6cf8912022f697ca81e17e33dc2993e6, 'click', function() {infowindow.open(map,m_6cf8912022f697ca81e17e33dc2993e6);});$marker.push(m_6cf8912022f697ca81e17e33dc2993e6);}});}google.maps.event.addDomListener(window, 'load', initialize);