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.1977,-92.0735)};var g_7a78dab17469689db26e5188e25cbb3a = new google.maps.Geocoder();g_7a78dab17469689db26e5188e25cbb3a.geocode( { 'address': "2865 Ambassador Caffery Pkwy #125, Lafayette, LA 70506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-LA-loan-store--more').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-LA-loan-store--more'), mapOptions);}document.getElementById('2293501f').innerHTML += ' | View Map';var $l7a78dab17469689db26e5188e25cbb3a = '

Loan Store & More

Address: 2865 Ambassador Caffery Pkwy #125, Lafayette, LA 70506, USA
Phone: (337) 988-0456
';var m_7a78dab17469689db26e5188e25cbb3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Store & More',});m_7a78dab17469689db26e5188e25cbb3a['infowindow'] = new google.maps.InfoWindow({content: $l7a78dab17469689db26e5188e25cbb3a});var infowindow = new google.maps.InfoWindow({content: $l7a78dab17469689db26e5188e25cbb3a});google.maps.event.addListener(m_7a78dab17469689db26e5188e25cbb3a, 'click', function() {infowindow.open(map,m_7a78dab17469689db26e5188e25cbb3a);});$marker.push(m_7a78dab17469689db26e5188e25cbb3a);}});}google.maps.event.addDomListener(window, 'load', initialize);