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(33.917,-117.234)};var g_153fc7ef397bae514203118c7c282940 = new google.maps.Geocoder();g_153fc7ef397bae514203118c7c282940.geocode( { 'address': "24525 Alessandro Blvd, Moreno Valley, CA 92553, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moreno-valley-CA-valley-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('moreno-valley-CA-valley-jewelry--loan'), mapOptions);}document.getElementById('b81e2b48').innerHTML += ' | View Map';var $l153fc7ef397bae514203118c7c282940 = '

Valley Jewelry & Loan

Address: 24525 Alessandro Blvd, Moreno Valley, CA 92553, USA
Phone: (951) 247-6304
';var m_153fc7ef397bae514203118c7c282940 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Jewelry & Loan',});m_153fc7ef397bae514203118c7c282940['infowindow'] = new google.maps.InfoWindow({content: $l153fc7ef397bae514203118c7c282940});var infowindow = new google.maps.InfoWindow({content: $l153fc7ef397bae514203118c7c282940});google.maps.event.addListener(m_153fc7ef397bae514203118c7c282940, 'click', function() {infowindow.open(map,m_153fc7ef397bae514203118c7c282940);});$marker.push(m_153fc7ef397bae514203118c7c282940);}});}google.maps.event.addDomListener(window, 'load', initialize);