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.9696,-122.517)};var g_243c74a16947d5d9d7ed8937ac3d2656 = new google.maps.Geocoder();g_243c74a16947d5d9d7ed8937ac3d2656.geocode( { 'address': "369 3rd St #316, San Rafael, CA 94901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-rising-bird-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-rising-bird-inc'), mapOptions);}document.getElementById('35c9a360').innerHTML += ' | View Map';var $l243c74a16947d5d9d7ed8937ac3d2656 = '

Rising Bird Inc

Address: 369 3rd St #316, San Rafael, CA 94901, USA
Phone: (702) 441-0755
';var m_243c74a16947d5d9d7ed8937ac3d2656 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rising Bird Inc',});m_243c74a16947d5d9d7ed8937ac3d2656['infowindow'] = new google.maps.InfoWindow({content: $l243c74a16947d5d9d7ed8937ac3d2656});var infowindow = new google.maps.InfoWindow({content: $l243c74a16947d5d9d7ed8937ac3d2656});google.maps.event.addListener(m_243c74a16947d5d9d7ed8937ac3d2656, 'click', function() {infowindow.open(map,m_243c74a16947d5d9d7ed8937ac3d2656);});$marker.push(m_243c74a16947d5d9d7ed8937ac3d2656);}});}google.maps.event.addDomListener(window, 'load', initialize);