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.2304,-90.9201)};var g_266e3c74976fe48b49c4833f6c9f0d33 = new google.maps.Geocoder();g_266e3c74976fe48b49c4833f6c9f0d33.geocode( { 'address': "332 S Burnside Ave, Gonzales, LA 70737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gonzales-LA-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('gonzales-LA-approved-cash'), mapOptions);}document.getElementById('b69e7cac').innerHTML += ' | View Map';var $l266e3c74976fe48b49c4833f6c9f0d33 = '

Approved Cash

Address: 332 S Burnside Ave, Gonzales, LA 70737, USA
Phone: (225) 644-4060
';var m_266e3c74976fe48b49c4833f6c9f0d33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_266e3c74976fe48b49c4833f6c9f0d33['infowindow'] = new google.maps.InfoWindow({content: $l266e3c74976fe48b49c4833f6c9f0d33});var infowindow = new google.maps.InfoWindow({content: $l266e3c74976fe48b49c4833f6c9f0d33});google.maps.event.addListener(m_266e3c74976fe48b49c4833f6c9f0d33, 'click', function() {infowindow.open(map,m_266e3c74976fe48b49c4833f6c9f0d33);});$marker.push(m_266e3c74976fe48b49c4833f6c9f0d33);}});}google.maps.event.addDomListener(window, 'load', initialize);