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.9175,-117.269)};var g_2f49a8356e755a4c57432fdac4a3030b = new google.maps.Geocoder();g_2f49a8356e755a4c57432fdac4a3030b.geocode( { 'address': "22590 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-empire-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('moreno-valley-CA-empire-jewelry--loan'), mapOptions);}document.getElementById('ab74e55d').innerHTML += ' | View Map';var $l2f49a8356e755a4c57432fdac4a3030b = '

Empire Jewelry & Loan

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