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.6239,-93.252)};var g_fff855cddcd8ab3cc1c1b4958b6c95cd = new google.maps.Geocoder();g_fff855cddcd8ab3cc1c1b4958b6c95cd.geocode( { 'address': "1214 Homer Rd, Minden, LA 71055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minden-LA-century-loans').style.display = '';map = new google.maps.Map(document.getElementById('minden-LA-century-loans'), mapOptions);}document.getElementById('4f8b5a6b').innerHTML += ' | View Map';var $lfff855cddcd8ab3cc1c1b4958b6c95cd = '

Century Loans

Address: 1214 Homer Rd, Minden, LA 71055, USA
Phone: (318) 377-6509
';var m_fff855cddcd8ab3cc1c1b4958b6c95cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Loans',});m_fff855cddcd8ab3cc1c1b4958b6c95cd['infowindow'] = new google.maps.InfoWindow({content: $lfff855cddcd8ab3cc1c1b4958b6c95cd});var infowindow = new google.maps.InfoWindow({content: $lfff855cddcd8ab3cc1c1b4958b6c95cd});google.maps.event.addListener(m_fff855cddcd8ab3cc1c1b4958b6c95cd, 'click', function() {infowindow.open(map,m_fff855cddcd8ab3cc1c1b4958b6c95cd);});$marker.push(m_fff855cddcd8ab3cc1c1b4958b6c95cd);}});}google.maps.event.addDomListener(window, 'load', initialize);