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.7062,-121.935)};var g_38e4d750d5fd2aec83171916c9aa4bdc = new google.maps.Geocoder();g_38e4d750d5fd2aec83171916c9aa4bdc.geocode( { 'address': "7901 Amador Valley Blvd, Dublin, CA 94568, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dublin-CA-keypoint-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dublin-CA-keypoint-credit-union'), mapOptions);}document.getElementById('6cae12ea').innerHTML += ' | View Map';var $l38e4d750d5fd2aec83171916c9aa4bdc = '

KeyPoint Credit Union

Address: 7901 Amador Valley Blvd, Dublin, CA 94568, USA
Phone: (888) 255-3637
';var m_38e4d750d5fd2aec83171916c9aa4bdc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyPoint Credit Union',});m_38e4d750d5fd2aec83171916c9aa4bdc['infowindow'] = new google.maps.InfoWindow({content: $l38e4d750d5fd2aec83171916c9aa4bdc});var infowindow = new google.maps.InfoWindow({content: $l38e4d750d5fd2aec83171916c9aa4bdc});google.maps.event.addListener(m_38e4d750d5fd2aec83171916c9aa4bdc, 'click', function() {infowindow.open(map,m_38e4d750d5fd2aec83171916c9aa4bdc);});$marker.push(m_38e4d750d5fd2aec83171916c9aa4bdc);}});}google.maps.event.addDomListener(window, 'load', initialize);