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.3842,-121.897)};var g_ae7a0899d9c1f31dc2ead6ff2abd737d = new google.maps.Geocoder();g_ae7a0899d9c1f31dc2ead6ff2abd737d.geocode( { 'address': "1055 E Brokaw Rd, San Jose, CA 95131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-keypoint-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-keypoint-credit-union'), mapOptions);}document.getElementById('2cb5b723').innerHTML += ' | View Map';var $lae7a0899d9c1f31dc2ead6ff2abd737d = '

KeyPoint Credit Union

Address: 1055 E Brokaw Rd, San Jose, CA 95131, USA
Phone: (888) 255-3637
';var m_ae7a0899d9c1f31dc2ead6ff2abd737d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyPoint Credit Union',});m_ae7a0899d9c1f31dc2ead6ff2abd737d['infowindow'] = new google.maps.InfoWindow({content: $lae7a0899d9c1f31dc2ead6ff2abd737d});var infowindow = new google.maps.InfoWindow({content: $lae7a0899d9c1f31dc2ead6ff2abd737d});google.maps.event.addListener(m_ae7a0899d9c1f31dc2ead6ff2abd737d, 'click', function() {infowindow.open(map,m_ae7a0899d9c1f31dc2ead6ff2abd737d);});$marker.push(m_ae7a0899d9c1f31dc2ead6ff2abd737d);}});}google.maps.event.addDomListener(window, 'load', initialize);