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(37.8072,-122.27)};var g_03386a7c4df1efc17716a6ef9d0a2f1b = new google.maps.Geocoder();g_03386a7c4df1efc17716a6ef9d0a2f1b.geocode( { 'address': "1715 Telegraph Ave, Oakland, CA 94612, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-CA-california-loan--jewelers').style.display = '';map = new google.maps.Map(document.getElementById('oakland-CA-california-loan--jewelers'), mapOptions);}document.getElementById('20de7bd9').innerHTML += ' | View Map';var $l03386a7c4df1efc17716a6ef9d0a2f1b = '

California Loan & Jewelers

Address: 1715 Telegraph Ave, Oakland, CA 94612, USA
Phone: (510) 451-2673
';var m_03386a7c4df1efc17716a6ef9d0a2f1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Loan & Jewelers',});m_03386a7c4df1efc17716a6ef9d0a2f1b['infowindow'] = new google.maps.InfoWindow({content: $l03386a7c4df1efc17716a6ef9d0a2f1b});var infowindow = new google.maps.InfoWindow({content: $l03386a7c4df1efc17716a6ef9d0a2f1b});google.maps.event.addListener(m_03386a7c4df1efc17716a6ef9d0a2f1b, 'click', function() {infowindow.open(map,m_03386a7c4df1efc17716a6ef9d0a2f1b);});$marker.push(m_03386a7c4df1efc17716a6ef9d0a2f1b);}});}google.maps.event.addDomListener(window, 'load', initialize);