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.9742,-122.509)};var g_ac4e7a4f341e7281b0f6f274f9ec3905 = new google.maps.Geocoder();g_ac4e7a4f341e7281b0f6f274f9ec3905.geocode( { 'address': "10 F St, San Rafael, CA 94901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-premier-equity-resource-corporation').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-premier-equity-resource-corporation'), mapOptions);}document.getElementById('80547e4c').innerHTML += ' | View Map';var $lac4e7a4f341e7281b0f6f274f9ec3905 = '

Premier Equity Resource Corporation

Address: 10 F St, San Rafael, CA 94901
Phone: (415) 454-7372
';var m_ac4e7a4f341e7281b0f6f274f9ec3905 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Equity Resource Corporation',});m_ac4e7a4f341e7281b0f6f274f9ec3905['infowindow'] = new google.maps.InfoWindow({content: $lac4e7a4f341e7281b0f6f274f9ec3905});var infowindow = new google.maps.InfoWindow({content: $lac4e7a4f341e7281b0f6f274f9ec3905});google.maps.event.addListener(m_ac4e7a4f341e7281b0f6f274f9ec3905, 'click', function() {infowindow.open(map,m_ac4e7a4f341e7281b0f6f274f9ec3905);});$marker.push(m_ac4e7a4f341e7281b0f6f274f9ec3905);}});}google.maps.event.addDomListener(window, 'load', initialize);