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.7383,-122.468)};var g_ab8278137b8033906a0472492696f51d = new google.maps.Geocoder();g_ab8278137b8033906a0472492696f51d.geocode( { 'address': "255 W Portal Ave, San Francisco, CA 94127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-san-francisco-gold-buyer').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-san-francisco-gold-buyer'), mapOptions);}document.getElementById('8cd9bf38').innerHTML += ' | View Map';var $lab8278137b8033906a0472492696f51d = '

San Francisco Gold Buyer

Address: 255 W Portal Ave, San Francisco, CA 94127, USA
Phone: (415) 566-1111
';var m_ab8278137b8033906a0472492696f51d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Francisco Gold Buyer',});m_ab8278137b8033906a0472492696f51d['infowindow'] = new google.maps.InfoWindow({content: $lab8278137b8033906a0472492696f51d});var infowindow = new google.maps.InfoWindow({content: $lab8278137b8033906a0472492696f51d});google.maps.event.addListener(m_ab8278137b8033906a0472492696f51d, 'click', function() {infowindow.open(map,m_ab8278137b8033906a0472492696f51d);});$marker.push(m_ab8278137b8033906a0472492696f51d);}});}google.maps.event.addDomListener(window, 'load', initialize);