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(34.1052,-117.601)};var g_bb354328b2ec9cf230f189ba84aba907 = new google.maps.Geocoder();g_bb354328b2ec9cf230f189ba84aba907.geocode( { 'address': "9339 E Foothill Blvd, Rancho Cucamonga, CA 91730, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-cucamonga-CA-cash-plus').style.display = '';map = new google.maps.Map(document.getElementById('rancho-cucamonga-CA-cash-plus'), mapOptions);}document.getElementById('6ed80750').innerHTML += ' | View Map';var $lbb354328b2ec9cf230f189ba84aba907 = '

Cash Plus

Address: 9339 E Foothill Blvd, Rancho Cucamonga, CA 91730, USA
Phone:
';var m_bb354328b2ec9cf230f189ba84aba907 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Plus',});m_bb354328b2ec9cf230f189ba84aba907['infowindow'] = new google.maps.InfoWindow({content: $lbb354328b2ec9cf230f189ba84aba907});var infowindow = new google.maps.InfoWindow({content: $lbb354328b2ec9cf230f189ba84aba907});google.maps.event.addListener(m_bb354328b2ec9cf230f189ba84aba907, 'click', function() {infowindow.open(map,m_bb354328b2ec9cf230f189ba84aba907);});$marker.push(m_bb354328b2ec9cf230f189ba84aba907);}});}google.maps.event.addDomListener(window, 'load', initialize);