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.7043,-91.4754)};var g_da9e6a4a4aeca98588e4dd77ceb37695 = new google.maps.Geocoder();g_da9e6a4a4aeca98588e4dd77ceb37695.geocode( { 'address': "1101 Hospital Rd, New Roads, LA 70760, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-roads-LA-cash-2u').style.display = '';map = new google.maps.Map(document.getElementById('new-roads-LA-cash-2u'), mapOptions);}document.getElementById('86258813').innerHTML += ' | View Map';var $lda9e6a4a4aeca98588e4dd77ceb37695 = '

Cash 2U

Address: 1101 Hospital Rd, New Roads, LA 70760, USA
Phone: (225) 618-2274
';var m_da9e6a4a4aeca98588e4dd77ceb37695 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash 2U',});m_da9e6a4a4aeca98588e4dd77ceb37695['infowindow'] = new google.maps.InfoWindow({content: $lda9e6a4a4aeca98588e4dd77ceb37695});var infowindow = new google.maps.InfoWindow({content: $lda9e6a4a4aeca98588e4dd77ceb37695});google.maps.event.addListener(m_da9e6a4a4aeca98588e4dd77ceb37695, 'click', function() {infowindow.open(map,m_da9e6a4a4aeca98588e4dd77ceb37695);});$marker.push(m_da9e6a4a4aeca98588e4dd77ceb37695);}});}google.maps.event.addDomListener(window, 'load', initialize);