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.9525,-121.286)};var g_12c2175c328e25f2d81162753e4bf8bf = new google.maps.Geocoder();g_12c2175c328e25f2d81162753e4bf8bf.geocode( { 'address': "393 E Market St, Stockton, CA 95202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-cassidys-jewelry--loan-co').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-cassidys-jewelry--loan-co'), mapOptions);}document.getElementById('2a07cb5d').innerHTML += ' | View Map';var $l12c2175c328e25f2d81162753e4bf8bf = '

Cassidy's Jewelry & Loan Co

Address: 393 E Market St, Stockton, CA 95202, USA
Phone: (209) 462-7593
';var m_12c2175c328e25f2d81162753e4bf8bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cassidy's Jewelry & Loan Co',});m_12c2175c328e25f2d81162753e4bf8bf['infowindow'] = new google.maps.InfoWindow({content: $l12c2175c328e25f2d81162753e4bf8bf});var infowindow = new google.maps.InfoWindow({content: $l12c2175c328e25f2d81162753e4bf8bf});google.maps.event.addListener(m_12c2175c328e25f2d81162753e4bf8bf, 'click', function() {infowindow.open(map,m_12c2175c328e25f2d81162753e4bf8bf);});$marker.push(m_12c2175c328e25f2d81162753e4bf8bf);}});}google.maps.event.addDomListener(window, 'load', initialize);