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.9529,-121.284)};var g_4ac1b30243c51efcc2e30ab29b9d9ff9 = new google.maps.Geocoder();g_4ac1b30243c51efcc2e30ab29b9d9ff9.geocode( { 'address': "34 California St, Stockton, CA 95202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-hunter-loan--jewelry-co').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-hunter-loan--jewelry-co'), mapOptions);}document.getElementById('37f2dd19').innerHTML += ' | View Map';var $l4ac1b30243c51efcc2e30ab29b9d9ff9 = '

Hunter Loan & Jewelry Co

Address: 34 California St, Stockton, CA 95202, USA
Phone: (209) 465-4347
';var m_4ac1b30243c51efcc2e30ab29b9d9ff9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hunter Loan & Jewelry Co',});m_4ac1b30243c51efcc2e30ab29b9d9ff9['infowindow'] = new google.maps.InfoWindow({content: $l4ac1b30243c51efcc2e30ab29b9d9ff9});var infowindow = new google.maps.InfoWindow({content: $l4ac1b30243c51efcc2e30ab29b9d9ff9});google.maps.event.addListener(m_4ac1b30243c51efcc2e30ab29b9d9ff9, 'click', function() {infowindow.open(map,m_4ac1b30243c51efcc2e30ab29b9d9ff9);});$marker.push(m_4ac1b30243c51efcc2e30ab29b9d9ff9);}});}google.maps.event.addDomListener(window, 'load', initialize);