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.4353,-121.898)};var g_6deecfc16edc5ff8ed1ad2f586f55305 = new google.maps.Geocoder();g_6deecfc16edc5ff8ed1ad2f586f55305.geocode( { 'address': "573 E Calaveras Blvd, Milpitas, CA 95035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milpitas-CA-keypoint-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('milpitas-CA-keypoint-credit-union'), mapOptions);}document.getElementById('d5465bf3').innerHTML += ' | View Map';var $l6deecfc16edc5ff8ed1ad2f586f55305 = '

KeyPoint Credit Union

Address: 573 E Calaveras Blvd, Milpitas, CA 95035, USA
Phone: (888) 255-3637
';var m_6deecfc16edc5ff8ed1ad2f586f55305 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyPoint Credit Union',});m_6deecfc16edc5ff8ed1ad2f586f55305['infowindow'] = new google.maps.InfoWindow({content: $l6deecfc16edc5ff8ed1ad2f586f55305});var infowindow = new google.maps.InfoWindow({content: $l6deecfc16edc5ff8ed1ad2f586f55305});google.maps.event.addListener(m_6deecfc16edc5ff8ed1ad2f586f55305, 'click', function() {infowindow.open(map,m_6deecfc16edc5ff8ed1ad2f586f55305);});$marker.push(m_6deecfc16edc5ff8ed1ad2f586f55305);}});}google.maps.event.addDomListener(window, 'load', initialize);