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.0376,-93.7089)};var g_5765010098c2545d5114f8167c25657d = new google.maps.Geocoder();g_5765010098c2545d5114f8167c25657d.geocode( { 'address': "1140 Polk St f, Mansfield, LA 71052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-LA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-LA-world-finance-corporation'), mapOptions);}document.getElementById('f95c40c8').innerHTML += ' | View Map';var $l5765010098c2545d5114f8167c25657d = '

World Finance Corporation

Address: 1140 Polk St f, Mansfield, LA 71052, USA
Phone: (318) 872-1598
';var m_5765010098c2545d5114f8167c25657d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_5765010098c2545d5114f8167c25657d['infowindow'] = new google.maps.InfoWindow({content: $l5765010098c2545d5114f8167c25657d});var infowindow = new google.maps.InfoWindow({content: $l5765010098c2545d5114f8167c25657d});google.maps.event.addListener(m_5765010098c2545d5114f8167c25657d, 'click', function() {infowindow.open(map,m_5765010098c2545d5114f8167c25657d);});$marker.push(m_5765010098c2545d5114f8167c25657d);}});}google.maps.event.addDomListener(window, 'load', initialize);