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(39.545,-119.771)};var g_f834e472658576e7529d2229183e901b = new google.maps.Geocoder();g_f834e472658576e7529d2229183e901b.geocode( { 'address': "1376 Sullivan Ln, Sparks, NV 89431, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sparks-NV-all-american-jewelry-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('sparks-NV-all-american-jewelry-and-loan'), mapOptions);}document.getElementById('f1a16a6e').innerHTML += ' | View Map';var $lf834e472658576e7529d2229183e901b = '

All American Jewelry and Loan

Address: 1376 Sullivan Ln, Sparks, NV 89431, USA
Phone: (775) 358-7296
';var m_f834e472658576e7529d2229183e901b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All American Jewelry and Loan',});m_f834e472658576e7529d2229183e901b['infowindow'] = new google.maps.InfoWindow({content: $lf834e472658576e7529d2229183e901b});var infowindow = new google.maps.InfoWindow({content: $lf834e472658576e7529d2229183e901b});google.maps.event.addListener(m_f834e472658576e7529d2229183e901b, 'click', function() {infowindow.open(map,m_f834e472658576e7529d2229183e901b);});$marker.push(m_f834e472658576e7529d2229183e901b);}});}google.maps.event.addDomListener(window, 'load', initialize);