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.0198,-93.3432)};var g_ffdd517353673a9649bbfd288a5094f3 = new google.maps.Geocoder();g_ffdd517353673a9649bbfd288a5094f3.geocode( { 'address': "1643 Ringgold Ave, Coushatta, LA 71019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coushatta-LA-better-finance-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('coushatta-LA-better-finance-co-inc'), mapOptions);}document.getElementById('1e776a2b').innerHTML += ' | View Map';var $lffdd517353673a9649bbfd288a5094f3 = '

Better Finance Co Inc

Address: 1643 Ringgold Ave, Coushatta, LA 71019, USA
Phone: (318) 932-4244
';var m_ffdd517353673a9649bbfd288a5094f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Better Finance Co Inc',});m_ffdd517353673a9649bbfd288a5094f3['infowindow'] = new google.maps.InfoWindow({content: $lffdd517353673a9649bbfd288a5094f3});var infowindow = new google.maps.InfoWindow({content: $lffdd517353673a9649bbfd288a5094f3});google.maps.event.addListener(m_ffdd517353673a9649bbfd288a5094f3, 'click', function() {infowindow.open(map,m_ffdd517353673a9649bbfd288a5094f3);});$marker.push(m_ffdd517353673a9649bbfd288a5094f3);}});}google.maps.event.addDomListener(window, 'load', initialize);