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.3852,-121.897)};var g_a2b968cdf5abb40ed8c628061d003781 = new google.maps.Geocoder();g_a2b968cdf5abb40ed8c628061d003781.geocode( { 'address': "88 S 4th St, San Jose, CA 95112"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-san-jose-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-san-jose-credit-union'), mapOptions);}document.getElementById('1b19c1c5').innerHTML += ' | View Map';var $la2b968cdf5abb40ed8c628061d003781 = '

San Jose Credit Union

Address: 88 S 4th St, San Jose, CA 95112
Phone: (408) 294-8800
';var m_a2b968cdf5abb40ed8c628061d003781 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Jose Credit Union',});m_a2b968cdf5abb40ed8c628061d003781['infowindow'] = new google.maps.InfoWindow({content: $la2b968cdf5abb40ed8c628061d003781});var infowindow = new google.maps.InfoWindow({content: $la2b968cdf5abb40ed8c628061d003781});google.maps.event.addListener(m_a2b968cdf5abb40ed8c628061d003781, 'click', function() {infowindow.open(map,m_a2b968cdf5abb40ed8c628061d003781);});$marker.push(m_a2b968cdf5abb40ed8c628061d003781);}});}google.maps.event.addDomListener(window, 'load', initialize);