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.204,-92.0126)};var g_c605f81bc9531f0a48032cc90f1cf479 = new google.maps.Geocoder();g_c605f81bc9531f0a48032cc90f1cf479.geocode( { 'address': "1001 W Pinhook Rd # 209, Lafayette, LA 70503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-best-credit').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-best-credit'), mapOptions);}document.getElementById('fa4b44d5').innerHTML += ' | View Map';var $lc605f81bc9531f0a48032cc90f1cf479 = '

Best Credit

Address: 1001 W Pinhook Rd # 209, Lafayette, LA 70503, USA
Phone: (337) 783-0108
';var m_c605f81bc9531f0a48032cc90f1cf479 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Best Credit',});m_c605f81bc9531f0a48032cc90f1cf479['infowindow'] = new google.maps.InfoWindow({content: $lc605f81bc9531f0a48032cc90f1cf479});var infowindow = new google.maps.InfoWindow({content: $lc605f81bc9531f0a48032cc90f1cf479});google.maps.event.addListener(m_c605f81bc9531f0a48032cc90f1cf479, 'click', function() {infowindow.open(map,m_c605f81bc9531f0a48032cc90f1cf479);});$marker.push(m_c605f81bc9531f0a48032cc90f1cf479);}});}google.maps.event.addDomListener(window, 'load', initialize);