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.4874,-122.227)};var g_4202ad8c25d7b47d216e859234cf1e12 = new google.maps.Geocoder();g_4202ad8c25d7b47d216e859234cf1e12.geocode( { 'address': "770 Marshall St # 200, Redwood City, CA 94063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redwood-city-CA-sequoia-hospital-employee-fcu').style.display = '';map = new google.maps.Map(document.getElementById('redwood-city-CA-sequoia-hospital-employee-fcu'), mapOptions);}document.getElementById('d79302df').innerHTML += ' | View Map';var $l4202ad8c25d7b47d216e859234cf1e12 = '

Sequoia Hospital Employee FCU

Address: 770 Marshall St # 200, Redwood City, CA 94063, USA
Phone: (650) 569-4260
';var m_4202ad8c25d7b47d216e859234cf1e12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sequoia Hospital Employee FCU',});m_4202ad8c25d7b47d216e859234cf1e12['infowindow'] = new google.maps.InfoWindow({content: $l4202ad8c25d7b47d216e859234cf1e12});var infowindow = new google.maps.InfoWindow({content: $l4202ad8c25d7b47d216e859234cf1e12});google.maps.event.addListener(m_4202ad8c25d7b47d216e859234cf1e12, 'click', function() {infowindow.open(map,m_4202ad8c25d7b47d216e859234cf1e12);});$marker.push(m_4202ad8c25d7b47d216e859234cf1e12);}});}google.maps.event.addDomListener(window, 'load', initialize);