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.3371,-122.033)};var g_05d100956d38e57b21b543e28e23163c = new google.maps.Geocoder();g_05d100956d38e57b21b543e28e23163c.geocode( { 'address': "10991 N De Anza Blvd, Cupertino, CA 95014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cupertino-CA-star-one-credit-union--cupertino').style.display = '';map = new google.maps.Map(document.getElementById('cupertino-CA-star-one-credit-union--cupertino'), mapOptions);}document.getElementById('c7e3fbf4').innerHTML += ' | View Map';var $l05d100956d38e57b21b543e28e23163c = '

Star One Credit Union | Cupertino

Address: 10991 N De Anza Blvd, Cupertino, CA 95014, USA
Phone: (408) 543-5202
';var m_05d100956d38e57b21b543e28e23163c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star One Credit Union | Cupertino',});m_05d100956d38e57b21b543e28e23163c['infowindow'] = new google.maps.InfoWindow({content: $l05d100956d38e57b21b543e28e23163c});var infowindow = new google.maps.InfoWindow({content: $l05d100956d38e57b21b543e28e23163c});google.maps.event.addListener(m_05d100956d38e57b21b543e28e23163c, 'click', function() {infowindow.open(map,m_05d100956d38e57b21b543e28e23163c);});$marker.push(m_05d100956d38e57b21b543e28e23163c);}});}google.maps.event.addDomListener(window, 'load', initialize);