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(30.4514,-91.1)};var g_5361c9817b7c40880984c3492c934ae0 = new google.maps.Geocoder();g_5361c9817b7c40880984c3492c934ae0.geocode( { 'address': "8350 Florida Blvd c, Baton Rouge, LA 70806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-world-finance-corporation'), mapOptions);}document.getElementById('5674c4ad').innerHTML += ' | View Map';var $l5361c9817b7c40880984c3492c934ae0 = '

World Finance Corporation

Address: 8350 Florida Blvd c, Baton Rouge, LA 70806, USA
Phone: (225) 926-9262
';var m_5361c9817b7c40880984c3492c934ae0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_5361c9817b7c40880984c3492c934ae0['infowindow'] = new google.maps.InfoWindow({content: $l5361c9817b7c40880984c3492c934ae0});var infowindow = new google.maps.InfoWindow({content: $l5361c9817b7c40880984c3492c934ae0});google.maps.event.addListener(m_5361c9817b7c40880984c3492c934ae0, 'click', function() {infowindow.open(map,m_5361c9817b7c40880984c3492c934ae0);});$marker.push(m_5361c9817b7c40880984c3492c934ae0);}});}google.maps.event.addDomListener(window, 'load', initialize);