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.1956,-121.748)};var g_fd788721cbbc7d2194136690d08cbc2c = new google.maps.Geocoder();g_fd788721cbbc7d2194136690d08cbc2c.geocode( { 'address': "555 Bailey Ave, San Jose, CA 95141, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-meriwest-credit-union---restricted-access-ibm-silicon-valley-lab').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-meriwest-credit-union---restricted-access-ibm-silicon-valley-lab'), mapOptions);}document.getElementById('29310697').innerHTML += ' | View Map';var $lfd788721cbbc7d2194136690d08cbc2c = '

Meriwest Credit Union - (Restricted Access) IBM Silicon Valley Lab

Address: 555 Bailey Ave, San Jose, CA 95141, USA
Phone: (877) 637-4937
';var m_fd788721cbbc7d2194136690d08cbc2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Meriwest Credit Union - (Restricted Access) IBM Silicon Valley Lab',});m_fd788721cbbc7d2194136690d08cbc2c['infowindow'] = new google.maps.InfoWindow({content: $lfd788721cbbc7d2194136690d08cbc2c});var infowindow = new google.maps.InfoWindow({content: $lfd788721cbbc7d2194136690d08cbc2c});google.maps.event.addListener(m_fd788721cbbc7d2194136690d08cbc2c, 'click', function() {infowindow.open(map,m_fd788721cbbc7d2194136690d08cbc2c);});$marker.push(m_fd788721cbbc7d2194136690d08cbc2c);}});}google.maps.event.addDomListener(window, 'load', initialize);