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.6237,-93.2601)};var g_83dd0532c63f346e9c7cab0136732874 = new google.maps.Geocoder();g_83dd0532c63f346e9c7cab0136732874.geocode( { 'address': "109 Madison Sq, Minden, LA 71055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minden-LA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('minden-LA-world-finance-corporation'), mapOptions);}document.getElementById('016e8917').innerHTML += ' | View Map';var $l83dd0532c63f346e9c7cab0136732874 = '

World Finance Corporation

Address: 109 Madison Sq, Minden, LA 71055, USA
Phone: (318) 382-9196
';var m_83dd0532c63f346e9c7cab0136732874 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_83dd0532c63f346e9c7cab0136732874['infowindow'] = new google.maps.InfoWindow({content: $l83dd0532c63f346e9c7cab0136732874});var infowindow = new google.maps.InfoWindow({content: $l83dd0532c63f346e9c7cab0136732874});google.maps.event.addListener(m_83dd0532c63f346e9c7cab0136732874, 'click', function() {infowindow.open(map,m_83dd0532c63f346e9c7cab0136732874);});$marker.push(m_83dd0532c63f346e9c7cab0136732874);}});}google.maps.event.addDomListener(window, 'load', initialize);