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.4056,-122.14)};var g_29535e2c02c035362d50518f2f54174b = new google.maps.Geocoder();g_29535e2c02c035362d50518f2f54174b.geocode( { 'address': "3801 Miranda Avenue, Building 101, Room C1-210, Palo Alto, CA 94304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palo-alto-CA-meriwest-credit-union---palo-alto-va-hospital').style.display = '';map = new google.maps.Map(document.getElementById('palo-alto-CA-meriwest-credit-union---palo-alto-va-hospital'), mapOptions);}document.getElementById('f787010c').innerHTML += ' | View Map';var $l29535e2c02c035362d50518f2f54174b = '

Meriwest Credit Union - Palo Alto VA Hospital

Address: 3801 Miranda Avenue, Building 101, Room C1-210, Palo Alto, CA 94304, USA
Phone: (877) 637-4937
';var m_29535e2c02c035362d50518f2f54174b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Meriwest Credit Union - Palo Alto VA Hospital',});m_29535e2c02c035362d50518f2f54174b['infowindow'] = new google.maps.InfoWindow({content: $l29535e2c02c035362d50518f2f54174b});var infowindow = new google.maps.InfoWindow({content: $l29535e2c02c035362d50518f2f54174b});google.maps.event.addListener(m_29535e2c02c035362d50518f2f54174b, 'click', function() {infowindow.open(map,m_29535e2c02c035362d50518f2f54174b);});$marker.push(m_29535e2c02c035362d50518f2f54174b);}});}google.maps.event.addDomListener(window, 'load', initialize);