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.4961,-92.4165)};var g_ca1b5bdac793ec2644311e91d44058a1 = new google.maps.Geocoder();g_ca1b5bdac793ec2644311e91d44058a1.geocode( { 'address': "200 W Vine Ave, Eunice, LA 70535, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eunice-LA-southland-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('eunice-LA-southland-finance-co'), mapOptions);}document.getElementById('5177f9c6').innerHTML += ' | View Map';var $lca1b5bdac793ec2644311e91d44058a1 = '

Southland Finance Co

Address: 200 W Vine Ave, Eunice, LA 70535, USA
Phone: (337) 457-0600
';var m_ca1b5bdac793ec2644311e91d44058a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southland Finance Co',});m_ca1b5bdac793ec2644311e91d44058a1['infowindow'] = new google.maps.InfoWindow({content: $lca1b5bdac793ec2644311e91d44058a1});var infowindow = new google.maps.InfoWindow({content: $lca1b5bdac793ec2644311e91d44058a1});google.maps.event.addListener(m_ca1b5bdac793ec2644311e91d44058a1, 'click', function() {infowindow.open(map,m_ca1b5bdac793ec2644311e91d44058a1);});$marker.push(m_ca1b5bdac793ec2644311e91d44058a1);}});}google.maps.event.addDomListener(window, 'load', initialize);