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.5385,-92.6394)};var g_a995b82065c43b11f36e7ea91e83130f = new google.maps.Geocoder();g_a995b82065c43b11f36e7ea91e83130f.geocode( { 'address': "1005 N Trenton St, Ruston, LA 71270, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ruston-LA-courtesy-loans').style.display = '';map = new google.maps.Map(document.getElementById('ruston-LA-courtesy-loans'), mapOptions);}document.getElementById('93ea8d92').innerHTML += ' | View Map';var $la995b82065c43b11f36e7ea91e83130f = '

Courtesy Loans

Address: 1005 N Trenton St, Ruston, LA 71270, USA
Phone: (318) 251-8302
';var m_a995b82065c43b11f36e7ea91e83130f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Courtesy Loans',});m_a995b82065c43b11f36e7ea91e83130f['infowindow'] = new google.maps.InfoWindow({content: $la995b82065c43b11f36e7ea91e83130f});var infowindow = new google.maps.InfoWindow({content: $la995b82065c43b11f36e7ea91e83130f});google.maps.event.addListener(m_a995b82065c43b11f36e7ea91e83130f, 'click', function() {infowindow.open(map,m_a995b82065c43b11f36e7ea91e83130f);});$marker.push(m_a995b82065c43b11f36e7ea91e83130f);}});}google.maps.event.addDomListener(window, 'load', initialize);