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.5195,-92.6388)};var g_c2174952a0255de7fb31b91a037f1e16 = new google.maps.Geocoder();g_c2174952a0255de7fb31b91a037f1e16.geocode( { 'address': "910 S Vienna St #7, Ruston, LA 71270, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ruston-LA-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('ruston-LA-quik-cash'), mapOptions);}document.getElementById('c688abca').innerHTML += ' | View Map';var $lc2174952a0255de7fb31b91a037f1e16 = '

Quik Cash

Address: 910 S Vienna St #7, Ruston, LA 71270, USA
Phone: (318) 242-7487
';var m_c2174952a0255de7fb31b91a037f1e16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_c2174952a0255de7fb31b91a037f1e16['infowindow'] = new google.maps.InfoWindow({content: $lc2174952a0255de7fb31b91a037f1e16});var infowindow = new google.maps.InfoWindow({content: $lc2174952a0255de7fb31b91a037f1e16});google.maps.event.addListener(m_c2174952a0255de7fb31b91a037f1e16, 'click', function() {infowindow.open(map,m_c2174952a0255de7fb31b91a037f1e16);});$marker.push(m_c2174952a0255de7fb31b91a037f1e16);}});}google.maps.event.addDomListener(window, 'load', initialize);