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.9709,-122.521)};var g_2d6f064d4b257e01d5595f970ed714fc = new google.maps.Geocoder();g_2d6f064d4b257e01d5595f970ed714fc.geocode( { 'address': "851 Irwin St #201, San Rafael, CA 94901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-taylor-made-financial').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-taylor-made-financial'), mapOptions);}document.getElementById('ed914bc5').innerHTML += ' | View Map';var $l2d6f064d4b257e01d5595f970ed714fc = '

Taylor Made Financial

Address: 851 Irwin St #201, San Rafael, CA 94901, USA
Phone: (415) 258-8447
';var m_2d6f064d4b257e01d5595f970ed714fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Taylor Made Financial',});m_2d6f064d4b257e01d5595f970ed714fc['infowindow'] = new google.maps.InfoWindow({content: $l2d6f064d4b257e01d5595f970ed714fc});var infowindow = new google.maps.InfoWindow({content: $l2d6f064d4b257e01d5595f970ed714fc});google.maps.event.addListener(m_2d6f064d4b257e01d5595f970ed714fc, 'click', function() {infowindow.open(map,m_2d6f064d4b257e01d5595f970ed714fc);});$marker.push(m_2d6f064d4b257e01d5595f970ed714fc);}});}google.maps.event.addDomListener(window, 'load', initialize);