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.3338,-85.8626)};var g_94aa35b4cf23fbc8a8886b4ae300b255 = new google.maps.Geocoder();g_94aa35b4cf23fbc8a8886b4ae300b255.geocode( { 'address': "642 Boll Weevil Cir, Enterprise, AL 36330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enterprise-AL-acceptance-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('enterprise-AL-acceptance-loan-co'), mapOptions);}document.getElementById('1fa0db13').innerHTML += ' | View Map';var $l94aa35b4cf23fbc8a8886b4ae300b255 = '

Acceptance Loan Co

Address: 642 Boll Weevil Cir, Enterprise, AL 36330, USA
Phone: (334) 347-4252
';var m_94aa35b4cf23fbc8a8886b4ae300b255 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acceptance Loan Co',});m_94aa35b4cf23fbc8a8886b4ae300b255['infowindow'] = new google.maps.InfoWindow({content: $l94aa35b4cf23fbc8a8886b4ae300b255});var infowindow = new google.maps.InfoWindow({content: $l94aa35b4cf23fbc8a8886b4ae300b255});google.maps.event.addListener(m_94aa35b4cf23fbc8a8886b4ae300b255, 'click', function() {infowindow.open(map,m_94aa35b4cf23fbc8a8886b4ae300b255);});$marker.push(m_94aa35b4cf23fbc8a8886b4ae300b255);}});}google.maps.event.addDomListener(window, 'load', initialize);