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.61,-121.451)};var g_ba72cf2067960a55dc619297bf641c56 = new google.maps.Geocoder();g_ba72cf2067960a55dc619297bf641c56.geocode( { 'address': "2105 Del Paso Blvd, Sacramento, CA 95815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-north-city-jewelry--loan-co').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-north-city-jewelry--loan-co'), mapOptions);}document.getElementById('7c4d9e1a').innerHTML += ' | View Map';var $lba72cf2067960a55dc619297bf641c56 = '

North City Jewelry & Loan Co

Address: 2105 Del Paso Blvd, Sacramento, CA 95815, USA
Phone: (916) 925-3404
';var m_ba72cf2067960a55dc619297bf641c56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North City Jewelry & Loan Co',});m_ba72cf2067960a55dc619297bf641c56['infowindow'] = new google.maps.InfoWindow({content: $lba72cf2067960a55dc619297bf641c56});var infowindow = new google.maps.InfoWindow({content: $lba72cf2067960a55dc619297bf641c56});google.maps.event.addListener(m_ba72cf2067960a55dc619297bf641c56, 'click', function() {infowindow.open(map,m_ba72cf2067960a55dc619297bf641c56);});$marker.push(m_ba72cf2067960a55dc619297bf641c56);}});}google.maps.event.addDomListener(window, 'load', initialize);