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.7899,-122.404)};var g_fb2cf284f2f69491d2461fbde501294c = new google.maps.Geocoder();g_fb2cf284f2f69491d2461fbde501294c.geocode( { 'address': "201 Kearny St, San Francisco, CA 94108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-maxferd-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-maxferd-jewelry--loan'), mapOptions);}document.getElementById('c86e56a0').innerHTML += ' | View Map';var $lfb2cf284f2f69491d2461fbde501294c = '

Maxferd Jewelry & Loan

Address: 201 Kearny St, San Francisco, CA 94108, USA
Phone: (415) 885-1634
';var m_fb2cf284f2f69491d2461fbde501294c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maxferd Jewelry & Loan',});m_fb2cf284f2f69491d2461fbde501294c['infowindow'] = new google.maps.InfoWindow({content: $lfb2cf284f2f69491d2461fbde501294c});var infowindow = new google.maps.InfoWindow({content: $lfb2cf284f2f69491d2461fbde501294c});google.maps.event.addListener(m_fb2cf284f2f69491d2461fbde501294c, 'click', function() {infowindow.open(map,m_fb2cf284f2f69491d2461fbde501294c);});$marker.push(m_fb2cf284f2f69491d2461fbde501294c);}});}google.maps.event.addDomListener(window, 'load', initialize);