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(32.5348,-93.721)};var g_7697c45d6dc3194976988b9933ab0983 = new google.maps.Geocoder();g_7697c45d6dc3194976988b9933ab0983.geocode( { 'address': "1657 Benton Rd, Bossier City, LA 71111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bossier-city-LA-acceptance-capital-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('bossier-city-LA-acceptance-capital-mortgage-corporation'), mapOptions);}document.getElementById('3e7b51fb').innerHTML += ' | View Map';var $l7697c45d6dc3194976988b9933ab0983 = '

Acceptance Capital Mortgage Corporation

Address: 1657 Benton Rd, Bossier City, LA 71111, USA
Phone: (318) 717-1694
';var m_7697c45d6dc3194976988b9933ab0983 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Acceptance Capital Mortgage Corporation',});m_7697c45d6dc3194976988b9933ab0983['infowindow'] = new google.maps.InfoWindow({content: $l7697c45d6dc3194976988b9933ab0983});var infowindow = new google.maps.InfoWindow({content: $l7697c45d6dc3194976988b9933ab0983});google.maps.event.addListener(m_7697c45d6dc3194976988b9933ab0983, 'click', function() {infowindow.open(map,m_7697c45d6dc3194976988b9933ab0983);});$marker.push(m_7697c45d6dc3194976988b9933ab0983);}});}google.maps.event.addDomListener(window, 'load', initialize);