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.5233,-92.0969)};var g_a125b9c3f3438fb8c1e8dd0c11148d8f = new google.maps.Geocoder();g_a125b9c3f3438fb8c1e8dd0c11148d8f.geocode( { 'address': "2500 Louisville Ave, Monroe, LA 71201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-LA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('monroe-LA-world-finance-corporation'), mapOptions);}document.getElementById('c791a253').innerHTML += ' | View Map';var $la125b9c3f3438fb8c1e8dd0c11148d8f = '

World Finance Corporation

Address: 2500 Louisville Ave, Monroe, LA 71201, USA
Phone: (318) 324-0770
';var m_a125b9c3f3438fb8c1e8dd0c11148d8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_a125b9c3f3438fb8c1e8dd0c11148d8f['infowindow'] = new google.maps.InfoWindow({content: $la125b9c3f3438fb8c1e8dd0c11148d8f});var infowindow = new google.maps.InfoWindow({content: $la125b9c3f3438fb8c1e8dd0c11148d8f});google.maps.event.addListener(m_a125b9c3f3438fb8c1e8dd0c11148d8f, 'click', function() {infowindow.open(map,m_a125b9c3f3438fb8c1e8dd0c11148d8f);});$marker.push(m_a125b9c3f3438fb8c1e8dd0c11148d8f);}});}google.maps.event.addDomListener(window, 'load', initialize);