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.6856,-91.4669)};var g_109673a937086b08c10d3e25d277b682 = new google.maps.Geocoder();g_109673a937086b08c10d3e25d277b682.geocode( { 'address': "3462 Mary Dr, New Roads, LA 70760, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-roads-LA-cash-2-u').style.display = '';map = new google.maps.Map(document.getElementById('new-roads-LA-cash-2-u'), mapOptions);}document.getElementById('55335849').innerHTML += ' | View Map';var $l109673a937086b08c10d3e25d277b682 = '

Cash 2 U

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