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(31.2682,-92.4597)};var g_55127be2dd1baf23425e4144f674aae2 = new google.maps.Geocoder();g_55127be2dd1baf23425e4144f674aae2.geocode( { 'address': "2710 S MacArthur Dr c, Alexandria, LA 71301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-LA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-LA-world-finance-corporation'), mapOptions);}document.getElementById('7cf44f2e').innerHTML += ' | View Map';var $l55127be2dd1baf23425e4144f674aae2 = '

World Finance Corporation

Address: 2710 S MacArthur Dr c, Alexandria, LA 71301, USA
Phone: (318) 445-8293
';var m_55127be2dd1baf23425e4144f674aae2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_55127be2dd1baf23425e4144f674aae2['infowindow'] = new google.maps.InfoWindow({content: $l55127be2dd1baf23425e4144f674aae2});var infowindow = new google.maps.InfoWindow({content: $l55127be2dd1baf23425e4144f674aae2});google.maps.event.addListener(m_55127be2dd1baf23425e4144f674aae2, 'click', function() {infowindow.open(map,m_55127be2dd1baf23425e4144f674aae2);});$marker.push(m_55127be2dd1baf23425e4144f674aae2);}});}google.maps.event.addDomListener(window, 'load', initialize);