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.9705,-122.516)};var g_2bb6fcee711afc46bdd94539c96d3942 = new google.maps.Geocoder();g_2bb6fcee711afc46bdd94539c96d3942.geocode( { 'address': "316 3rd St, San Rafael, CA 94915, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-fund-for-business').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-fund-for-business'), mapOptions);}document.getElementById('fc351c8a').innerHTML += ' | View Map';var $l2bb6fcee711afc46bdd94539c96d3942 = '

Fund For Business

Address: 316 3rd St, San Rafael, CA 94915, USA
Phone: (925) 473-1606
';var m_2bb6fcee711afc46bdd94539c96d3942 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fund For Business',});m_2bb6fcee711afc46bdd94539c96d3942['infowindow'] = new google.maps.InfoWindow({content: $l2bb6fcee711afc46bdd94539c96d3942});var infowindow = new google.maps.InfoWindow({content: $l2bb6fcee711afc46bdd94539c96d3942});google.maps.event.addListener(m_2bb6fcee711afc46bdd94539c96d3942, 'click', function() {infowindow.open(map,m_2bb6fcee711afc46bdd94539c96d3942);});$marker.push(m_2bb6fcee711afc46bdd94539c96d3942);}});}google.maps.event.addDomListener(window, 'load', initialize);