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(33.003,-93.4613)};var g_3172f419bf3bd79c35827bf6f30f25da = new google.maps.Geocoder();g_3172f419bf3bd79c35827bf6f30f25da.geocode( { 'address': "112 N Main St, Springhill, LA 71075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springhill-LA-courtesy-loans').style.display = '';map = new google.maps.Map(document.getElementById('springhill-LA-courtesy-loans'), mapOptions);}document.getElementById('736288da').innerHTML += ' | View Map';var $l3172f419bf3bd79c35827bf6f30f25da = '

Courtesy Loans

Address: 112 N Main St, Springhill, LA 71075, USA
Phone: (318) 539-5627
';var m_3172f419bf3bd79c35827bf6f30f25da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Courtesy Loans',});m_3172f419bf3bd79c35827bf6f30f25da['infowindow'] = new google.maps.InfoWindow({content: $l3172f419bf3bd79c35827bf6f30f25da});var infowindow = new google.maps.InfoWindow({content: $l3172f419bf3bd79c35827bf6f30f25da});google.maps.event.addListener(m_3172f419bf3bd79c35827bf6f30f25da, 'click', function() {infowindow.open(map,m_3172f419bf3bd79c35827bf6f30f25da);});$marker.push(m_3172f419bf3bd79c35827bf6f30f25da);}});}google.maps.event.addDomListener(window, 'load', initialize);