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.9731,-122.531)};var g_871b2f2a80860d04d3c8c67c83edfe66 = new google.maps.Geocoder();g_871b2f2a80860d04d3c8c67c83edfe66.geocode( { 'address': "1299 4th St #302, San Rafael, CA 94901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-p-fund-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-p-fund-inc'), mapOptions);}document.getElementById('04e175ce').innerHTML += ' | View Map';var $l871b2f2a80860d04d3c8c67c83edfe66 = '

P-Fund, Inc.

Address: 1299 4th St #302, San Rafael, CA 94901, USA
Phone: (415) 456-0900
';var m_871b2f2a80860d04d3c8c67c83edfe66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'P-Fund, Inc.',});m_871b2f2a80860d04d3c8c67c83edfe66['infowindow'] = new google.maps.InfoWindow({content: $l871b2f2a80860d04d3c8c67c83edfe66});var infowindow = new google.maps.InfoWindow({content: $l871b2f2a80860d04d3c8c67c83edfe66});google.maps.event.addListener(m_871b2f2a80860d04d3c8c67c83edfe66, 'click', function() {infowindow.open(map,m_871b2f2a80860d04d3c8c67c83edfe66);});$marker.push(m_871b2f2a80860d04d3c8c67c83edfe66);}});}google.maps.event.addDomListener(window, 'load', initialize);