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.1831,-92.0145)};var g_92f08689716afd913362a0c5c87580f2 = new google.maps.Geocoder();g_92f08689716afd913362a0c5c87580f2.geocode( { 'address': "114 Representative Row, Lafayette, LA 70508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-universal-lending-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-universal-lending-services-inc'), mapOptions);}document.getElementById('9f7acc29').innerHTML += ' | View Map';var $l92f08689716afd913362a0c5c87580f2 = '

Universal Lending Services, Inc.

Address: 114 Representative Row, Lafayette, LA 70508, USA
Phone: (337) 264-9990
';var m_92f08689716afd913362a0c5c87580f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal Lending Services, Inc.',});m_92f08689716afd913362a0c5c87580f2['infowindow'] = new google.maps.InfoWindow({content: $l92f08689716afd913362a0c5c87580f2});var infowindow = new google.maps.InfoWindow({content: $l92f08689716afd913362a0c5c87580f2});google.maps.event.addListener(m_92f08689716afd913362a0c5c87580f2, 'click', function() {infowindow.open(map,m_92f08689716afd913362a0c5c87580f2);});$marker.push(m_92f08689716afd913362a0c5c87580f2);}});}google.maps.event.addDomListener(window, 'load', initialize);