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.5237,-92.6407)};var g_cf7aa3edfc9cc5f051560d31bd19123b = new google.maps.Geocoder();g_cf7aa3edfc9cc5f051560d31bd19123b.geocode( { 'address': "209 W California Ave, Ruston, LA 71270, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ruston-LA-thrify-loans').style.display = '';map = new google.maps.Map(document.getElementById('ruston-LA-thrify-loans'), mapOptions);}document.getElementById('a4a8de4d').innerHTML += ' | View Map';var $lcf7aa3edfc9cc5f051560d31bd19123b = '

Thrify Loans

Address: 209 W California Ave, Ruston, LA 71270, USA
Phone: (318) 251-2300
';var m_cf7aa3edfc9cc5f051560d31bd19123b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thrify Loans',});m_cf7aa3edfc9cc5f051560d31bd19123b['infowindow'] = new google.maps.InfoWindow({content: $lcf7aa3edfc9cc5f051560d31bd19123b});var infowindow = new google.maps.InfoWindow({content: $lcf7aa3edfc9cc5f051560d31bd19123b});google.maps.event.addListener(m_cf7aa3edfc9cc5f051560d31bd19123b, 'click', function() {infowindow.open(map,m_cf7aa3edfc9cc5f051560d31bd19123b);});$marker.push(m_cf7aa3edfc9cc5f051560d31bd19123b);}});}google.maps.event.addDomListener(window, 'load', initialize);