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_5c08d36452062115ad3031c436c7c532 = new google.maps.Geocoder();g_5c08d36452062115ad3031c436c7c532.geocode( { 'address': "1641 N 1st St, STE 200, San Jose, CA 95112"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-santa-clara-county-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-santa-clara-county-employees-credit-union'), mapOptions);}document.getElementById('34c01bac').innerHTML += ' | View Map';var $l5c08d36452062115ad3031c436c7c532 = '

Santa Clara County Employees Credit Union

Address: 1641 N 1st St, STE 200, San Jose, CA 95112
Phone: (408) 295-1498
';var m_5c08d36452062115ad3031c436c7c532 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santa Clara County Employees Credit Union',});m_5c08d36452062115ad3031c436c7c532['infowindow'] = new google.maps.InfoWindow({content: $l5c08d36452062115ad3031c436c7c532});var infowindow = new google.maps.InfoWindow({content: $l5c08d36452062115ad3031c436c7c532});google.maps.event.addListener(m_5c08d36452062115ad3031c436c7c532, 'click', function() {infowindow.open(map,m_5c08d36452062115ad3031c436c7c532);});$marker.push(m_5c08d36452062115ad3031c436c7c532);}});}google.maps.event.addDomListener(window, 'load', initialize);