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.6841,-92.1337)};var g_33a295d4fda5964646d51245c14abd42 = new google.maps.Geocoder();g_33a295d4fda5964646d51245c14abd42.geocode( { 'address': "1441 W Elm St, Jena, LA 71342, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jena-LA-national-loan-co-of-jena-inc').style.display = '';map = new google.maps.Map(document.getElementById('jena-LA-national-loan-co-of-jena-inc'), mapOptions);}document.getElementById('384be8d5').innerHTML += ' | View Map';var $l33a295d4fda5964646d51245c14abd42 = '

National Loan Co of Jena Inc

Address: 1441 W Elm St, Jena, LA 71342, USA
Phone: (318) 992-5000
';var m_33a295d4fda5964646d51245c14abd42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Loan Co of Jena Inc',});m_33a295d4fda5964646d51245c14abd42['infowindow'] = new google.maps.InfoWindow({content: $l33a295d4fda5964646d51245c14abd42});var infowindow = new google.maps.InfoWindow({content: $l33a295d4fda5964646d51245c14abd42});google.maps.event.addListener(m_33a295d4fda5964646d51245c14abd42, 'click', function() {infowindow.open(map,m_33a295d4fda5964646d51245c14abd42);});$marker.push(m_33a295d4fda5964646d51245c14abd42);}});}google.maps.event.addDomListener(window, 'load', initialize);