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.5155,-93.7167)};var g_e92c60ef9f0b49b40da510a090c7c372 = new google.maps.Geocoder();g_e92c60ef9f0b49b40da510a090c7c372.geocode( { 'address': "1700 Old Minden Rd # 122, Bossier City, LA 71111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bossier-city-LA-national-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('bossier-city-LA-national-loan-co'), mapOptions);}document.getElementById('ad5d909e').innerHTML += ' | View Map';var $le92c60ef9f0b49b40da510a090c7c372 = '

National Loan Co

Address: 1700 Old Minden Rd # 122, Bossier City, LA 71111, USA
Phone: (318) 746-3000
';var m_e92c60ef9f0b49b40da510a090c7c372 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Loan Co',});m_e92c60ef9f0b49b40da510a090c7c372['infowindow'] = new google.maps.InfoWindow({content: $le92c60ef9f0b49b40da510a090c7c372});var infowindow = new google.maps.InfoWindow({content: $le92c60ef9f0b49b40da510a090c7c372});google.maps.event.addListener(m_e92c60ef9f0b49b40da510a090c7c372, 'click', function() {infowindow.open(map,m_e92c60ef9f0b49b40da510a090c7c372);});$marker.push(m_e92c60ef9f0b49b40da510a090c7c372);}});}google.maps.event.addDomListener(window, 'load', initialize);