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.522,-92.6383)};var g_c2773f4f671f1d0915242a19ccec11f7 = new google.maps.Geocoder();g_c2773f4f671f1d0915242a19ccec11f7.geocode( { 'address': "701 S Vienna St, Ruston, LA 71270, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ruston-LA-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('ruston-LA-ace-cash-express'), mapOptions);}document.getElementById('1987ee8a').innerHTML += ' | View Map';var $lc2773f4f671f1d0915242a19ccec11f7 = '

ACE Cash Express

Address: 701 S Vienna St, Ruston, LA 71270, USA
Phone: (318) 254-8300
';var m_c2773f4f671f1d0915242a19ccec11f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_c2773f4f671f1d0915242a19ccec11f7['infowindow'] = new google.maps.InfoWindow({content: $lc2773f4f671f1d0915242a19ccec11f7});var infowindow = new google.maps.InfoWindow({content: $lc2773f4f671f1d0915242a19ccec11f7});google.maps.event.addListener(m_c2773f4f671f1d0915242a19ccec11f7, 'click', function() {infowindow.open(map,m_c2773f4f671f1d0915242a19ccec11f7);});$marker.push(m_c2773f4f671f1d0915242a19ccec11f7);}});}google.maps.event.addDomListener(window, 'load', initialize);