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(36.3264,-119.646)};var g_3926135ef2e1e174965034cf6d2ba32c = new google.maps.Geocoder();g_3926135ef2e1e174965034cf6d2ba32c.geocode( { 'address': "101 W 7th St, Hanford, CA 93230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hanford-CA-hanford-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('hanford-CA-hanford-jewelry--loan'), mapOptions);}document.getElementById('241333f5').innerHTML += ' | View Map';var $l3926135ef2e1e174965034cf6d2ba32c = '

Hanford Jewelry & Loan

Address: 101 W 7th St, Hanford, CA 93230, USA
Phone: (559) 584-3633
';var m_3926135ef2e1e174965034cf6d2ba32c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hanford Jewelry & Loan',});m_3926135ef2e1e174965034cf6d2ba32c['infowindow'] = new google.maps.InfoWindow({content: $l3926135ef2e1e174965034cf6d2ba32c});var infowindow = new google.maps.InfoWindow({content: $l3926135ef2e1e174965034cf6d2ba32c});google.maps.event.addListener(m_3926135ef2e1e174965034cf6d2ba32c, 'click', function() {infowindow.open(map,m_3926135ef2e1e174965034cf6d2ba32c);});$marker.push(m_3926135ef2e1e174965034cf6d2ba32c);}});}google.maps.event.addDomListener(window, 'load', initialize);