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.2875,-92.0062)};var g_3a86c2e0df35c77d18997f78fbb088fc = new google.maps.Geocoder();g_3a86c2e0df35c77d18997f78fbb088fc.geocode( { 'address': "4312 Moss St, Lafayette, LA 70507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-first-choice-loans-llc').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-first-choice-loans-llc'), mapOptions);}document.getElementById('f4c7f4b6').innerHTML += ' | View Map';var $l3a86c2e0df35c77d18997f78fbb088fc = '

First Choice Loans LLC

Address: 4312 Moss St, Lafayette, LA 70507, USA
Phone: (337) 456-8334
';var m_3a86c2e0df35c77d18997f78fbb088fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice Loans LLC',});m_3a86c2e0df35c77d18997f78fbb088fc['infowindow'] = new google.maps.InfoWindow({content: $l3a86c2e0df35c77d18997f78fbb088fc});var infowindow = new google.maps.InfoWindow({content: $l3a86c2e0df35c77d18997f78fbb088fc});google.maps.event.addListener(m_3a86c2e0df35c77d18997f78fbb088fc, 'click', function() {infowindow.open(map,m_3a86c2e0df35c77d18997f78fbb088fc);});$marker.push(m_3a86c2e0df35c77d18997f78fbb088fc);}});}google.maps.event.addDomListener(window, 'load', initialize);