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.9983,-91.8057)};var g_353d2a0cb85fa051437db6690dd16e91 = new google.maps.Geocoder();g_353d2a0cb85fa051437db6690dd16e91.geocode( { 'address': "910 E Main St #20, New Iberia, LA 70560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-iberia-LA-southland-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('new-iberia-LA-southland-finance-co'), mapOptions);}document.getElementById('5fa00668').innerHTML += ' | View Map';var $l353d2a0cb85fa051437db6690dd16e91 = '

Southland Finance Co

Address: 910 E Main St #20, New Iberia, LA 70560, USA
Phone: (337) 367-3266
';var m_353d2a0cb85fa051437db6690dd16e91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southland Finance Co',});m_353d2a0cb85fa051437db6690dd16e91['infowindow'] = new google.maps.InfoWindow({content: $l353d2a0cb85fa051437db6690dd16e91});var infowindow = new google.maps.InfoWindow({content: $l353d2a0cb85fa051437db6690dd16e91});google.maps.event.addListener(m_353d2a0cb85fa051437db6690dd16e91, 'click', function() {infowindow.open(map,m_353d2a0cb85fa051437db6690dd16e91);});$marker.push(m_353d2a0cb85fa051437db6690dd16e91);}});}google.maps.event.addDomListener(window, 'load', initialize);