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(32.0216,-93.3418)};var g_ab370b1b126f971f334346994af22f6e = new google.maps.Geocoder();g_ab370b1b126f971f334346994af22f6e.geocode( { 'address': "1605 Ringgold Ave, Coushatta, LA 71019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coushatta-LA-cash-2-u').style.display = '';map = new google.maps.Map(document.getElementById('coushatta-LA-cash-2-u'), mapOptions);}document.getElementById('a928a4fc').innerHTML += ' | View Map';var $lab370b1b126f971f334346994af22f6e = '

Cash 2 U

Address: 1605 Ringgold Ave, Coushatta, LA 71019, USA
Phone: (318) 932-5679
';var m_ab370b1b126f971f334346994af22f6e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash 2 U',});m_ab370b1b126f971f334346994af22f6e['infowindow'] = new google.maps.InfoWindow({content: $lab370b1b126f971f334346994af22f6e});var infowindow = new google.maps.InfoWindow({content: $lab370b1b126f971f334346994af22f6e});google.maps.event.addListener(m_ab370b1b126f971f334346994af22f6e, 'click', function() {infowindow.open(map,m_ab370b1b126f971f334346994af22f6e);});$marker.push(m_ab370b1b126f971f334346994af22f6e);}});}google.maps.event.addDomListener(window, 'load', initialize);