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(29.7037,-91.2037)};var g_420c841038c492fed4d19999a813009d = new google.maps.Geocoder();g_420c841038c492fed4d19999a813009d.geocode( { 'address': "1105 7th St, Morgan City, LA 70380, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morgan-city-LA-southland-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('morgan-city-LA-southland-finance-co'), mapOptions);}document.getElementById('f6eed9b8').innerHTML += ' | View Map';var $l420c841038c492fed4d19999a813009d = '

Southland Finance Co

Address: 1105 7th St, Morgan City, LA 70380, USA
Phone: (985) 385-2001
';var m_420c841038c492fed4d19999a813009d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southland Finance Co',});m_420c841038c492fed4d19999a813009d['infowindow'] = new google.maps.InfoWindow({content: $l420c841038c492fed4d19999a813009d});var infowindow = new google.maps.InfoWindow({content: $l420c841038c492fed4d19999a813009d});google.maps.event.addListener(m_420c841038c492fed4d19999a813009d, 'click', function() {infowindow.open(map,m_420c841038c492fed4d19999a813009d);});$marker.push(m_420c841038c492fed4d19999a813009d);}});}google.maps.event.addDomListener(window, 'load', initialize);