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.1787,-91.7244)};var g_88a199611ac2b85bd3f76e8ee7e55650 = new google.maps.Geocoder();g_88a199611ac2b85bd3f76e8ee7e55650.geocode( { 'address': "5-D Fair Avenue, Winnsboro, LA 71295, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winnsboro-LA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('winnsboro-LA-world-finance-corporation'), mapOptions);}document.getElementById('2bd45cbb').innerHTML += ' | View Map';var $l88a199611ac2b85bd3f76e8ee7e55650 = '

World Finance Corporation

Address: 5-D Fair Avenue, Winnsboro, LA 71295, USA
Phone: (318) 435-7008
';var m_88a199611ac2b85bd3f76e8ee7e55650 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_88a199611ac2b85bd3f76e8ee7e55650['infowindow'] = new google.maps.InfoWindow({content: $l88a199611ac2b85bd3f76e8ee7e55650});var infowindow = new google.maps.InfoWindow({content: $l88a199611ac2b85bd3f76e8ee7e55650});google.maps.event.addListener(m_88a199611ac2b85bd3f76e8ee7e55650, 'click', function() {infowindow.open(map,m_88a199611ac2b85bd3f76e8ee7e55650);});$marker.push(m_88a199611ac2b85bd3f76e8ee7e55650);}});}google.maps.event.addDomListener(window, 'load', initialize);