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(38.6069,-121.457)};var g_662d13c3c1a75ac1050059592c46bacd = new google.maps.Geocoder();g_662d13c3c1a75ac1050059592c46bacd.geocode( { 'address': "1524 Del Paso Blvd, Sacramento, CA 95815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-western-loan--jewelry').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-western-loan--jewelry'), mapOptions);}document.getElementById('36813527').innerHTML += ' | View Map';var $l662d13c3c1a75ac1050059592c46bacd = '

Western Loan & Jewelry

Address: 1524 Del Paso Blvd, Sacramento, CA 95815, USA
Phone: (916) 568-6669
';var m_662d13c3c1a75ac1050059592c46bacd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Loan & Jewelry',});m_662d13c3c1a75ac1050059592c46bacd['infowindow'] = new google.maps.InfoWindow({content: $l662d13c3c1a75ac1050059592c46bacd});var infowindow = new google.maps.InfoWindow({content: $l662d13c3c1a75ac1050059592c46bacd});google.maps.event.addListener(m_662d13c3c1a75ac1050059592c46bacd, 'click', function() {infowindow.open(map,m_662d13c3c1a75ac1050059592c46bacd);});$marker.push(m_662d13c3c1a75ac1050059592c46bacd);}});}google.maps.event.addDomListener(window, 'load', initialize);