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.6693,-121.333)};var g_e095a575d101ed7d4f8f9bfecbcc052b = new google.maps.Geocoder();g_e095a575d101ed7d4f8f9bfecbcc052b.geocode( { 'address': "5656 Auburn Blvd, Sacramento, CA 95841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-capital-city-loan-and-jewelry').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-capital-city-loan-and-jewelry'), mapOptions);}document.getElementById('31c53794').innerHTML += ' | View Map';var $le095a575d101ed7d4f8f9bfecbcc052b = '

Capital City Loan and Jewelry

Address: 5656 Auburn Blvd, Sacramento, CA 95841, USA
Phone: (916) 334-7296
';var m_e095a575d101ed7d4f8f9bfecbcc052b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital City Loan and Jewelry',});m_e095a575d101ed7d4f8f9bfecbcc052b['infowindow'] = new google.maps.InfoWindow({content: $le095a575d101ed7d4f8f9bfecbcc052b});var infowindow = new google.maps.InfoWindow({content: $le095a575d101ed7d4f8f9bfecbcc052b});google.maps.event.addListener(m_e095a575d101ed7d4f8f9bfecbcc052b, 'click', function() {infowindow.open(map,m_e095a575d101ed7d4f8f9bfecbcc052b);});$marker.push(m_e095a575d101ed7d4f8f9bfecbcc052b);}});}google.maps.event.addDomListener(window, 'load', initialize);