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.4939,-92.4141)};var g_453bccc5590ec244cd5ba2c50b8039e4 = new google.maps.Geocoder();g_453bccc5590ec244cd5ba2c50b8039e4.geocode( { 'address': "220 W Vine Ave, Eunice, LA 70535"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eunice-LA-southwest-loan-co-of-eunice').style.display = '';map = new google.maps.Map(document.getElementById('eunice-LA-southwest-loan-co-of-eunice'), mapOptions);}document.getElementById('90bc958b').innerHTML += ' | View Map';var $l453bccc5590ec244cd5ba2c50b8039e4 = '

Southwest Loan Co of Eunice

Address: 220 W Vine Ave, Eunice, LA 70535
Phone: (337) 457-9361
';var m_453bccc5590ec244cd5ba2c50b8039e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwest Loan Co of Eunice',});m_453bccc5590ec244cd5ba2c50b8039e4['infowindow'] = new google.maps.InfoWindow({content: $l453bccc5590ec244cd5ba2c50b8039e4});var infowindow = new google.maps.InfoWindow({content: $l453bccc5590ec244cd5ba2c50b8039e4});google.maps.event.addListener(m_453bccc5590ec244cd5ba2c50b8039e4, 'click', function() {infowindow.open(map,m_453bccc5590ec244cd5ba2c50b8039e4);});$marker.push(m_453bccc5590ec244cd5ba2c50b8039e4);}});}google.maps.event.addDomListener(window, 'load', initialize);