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.2592,-122.033)};var g_9d309abd62d13c46adc15a325c0a8f01 = new google.maps.Geocoder();g_9d309abd62d13c46adc15a325c0a8f01.geocode( { 'address': "14411 Big Basin Way, Saratoga, CA 95070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saratoga-CA-star-one-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saratoga-CA-star-one-credit-union'), mapOptions);}document.getElementById('58e42dfb').innerHTML += ' | View Map';var $l9d309abd62d13c46adc15a325c0a8f01 = '

Star One Credit Union

Address: 14411 Big Basin Way, Saratoga, CA 95070, USA
Phone: (408) 543-5202
';var m_9d309abd62d13c46adc15a325c0a8f01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star One Credit Union',});m_9d309abd62d13c46adc15a325c0a8f01['infowindow'] = new google.maps.InfoWindow({content: $l9d309abd62d13c46adc15a325c0a8f01});var infowindow = new google.maps.InfoWindow({content: $l9d309abd62d13c46adc15a325c0a8f01});google.maps.event.addListener(m_9d309abd62d13c46adc15a325c0a8f01, 'click', function() {infowindow.open(map,m_9d309abd62d13c46adc15a325c0a8f01);});$marker.push(m_9d309abd62d13c46adc15a325c0a8f01);}});}google.maps.event.addDomListener(window, 'load', initialize);