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.2397,-92.7149)};var g_677498a81d0f541cec3afd62c17d7fcd = new google.maps.Geocoder();g_677498a81d0f541cec3afd62c17d7fcd.geocode( { 'address': "203 6th St, Jonesboro, LA 71251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jonesboro-LA-thomas-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('jonesboro-LA-thomas-loans-inc'), mapOptions);}document.getElementById('c8c51f10').innerHTML += ' | View Map';var $l677498a81d0f541cec3afd62c17d7fcd = '

Thomas Loans Inc

Address: 203 6th St, Jonesboro, LA 71251, USA
Phone: (318) 259-6600
';var m_677498a81d0f541cec3afd62c17d7fcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thomas Loans Inc',});m_677498a81d0f541cec3afd62c17d7fcd['infowindow'] = new google.maps.InfoWindow({content: $l677498a81d0f541cec3afd62c17d7fcd});var infowindow = new google.maps.InfoWindow({content: $l677498a81d0f541cec3afd62c17d7fcd});google.maps.event.addListener(m_677498a81d0f541cec3afd62c17d7fcd, 'click', function() {infowindow.open(map,m_677498a81d0f541cec3afd62c17d7fcd);});$marker.push(m_677498a81d0f541cec3afd62c17d7fcd);}});}google.maps.event.addDomListener(window, 'load', initialize);