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(30.8155,-92.6624)};var g_5ea7c24582a0e9b23255231d40cb481b = new google.maps.Geocoder();g_5ea7c24582a0e9b23255231d40cb481b.geocode( { 'address': "129 S 10th St, Oakdale, LA 71463, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakdale-LA-allen-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('oakdale-LA-allen-credit-corporation'), mapOptions);}document.getElementById('d64cc5b0').innerHTML += ' | View Map';var $l5ea7c24582a0e9b23255231d40cb481b = '

Allen Credit Corporation

Address: 129 S 10th St, Oakdale, LA 71463, USA
Phone: (318) 335-2720
';var m_5ea7c24582a0e9b23255231d40cb481b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allen Credit Corporation',});m_5ea7c24582a0e9b23255231d40cb481b['infowindow'] = new google.maps.InfoWindow({content: $l5ea7c24582a0e9b23255231d40cb481b});var infowindow = new google.maps.InfoWindow({content: $l5ea7c24582a0e9b23255231d40cb481b});google.maps.event.addListener(m_5ea7c24582a0e9b23255231d40cb481b, 'click', function() {infowindow.open(map,m_5ea7c24582a0e9b23255231d40cb481b);});$marker.push(m_5ea7c24582a0e9b23255231d40cb481b);}});}google.maps.event.addDomListener(window, 'load', initialize);