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.6954,-122.05)};var g_6518a6eace9346f1242c1f8f1b157efb = new google.maps.Geocoder();g_6518a6eace9346f1242c1f8f1b157efb.geocode( { 'address': "4055 E Castro Valley Blvd, Castro Valley, CA 94552, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castro-valley-CA-patelco-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('castro-valley-CA-patelco-credit-union'), mapOptions);}document.getElementById('3203ed17').innerHTML += ' | View Map';var $l6518a6eace9346f1242c1f8f1b157efb = '

Patelco Credit Union

Address: 4055 E Castro Valley Blvd, Castro Valley, CA 94552, USA
Phone: (800) 358-8228
';var m_6518a6eace9346f1242c1f8f1b157efb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patelco Credit Union',});m_6518a6eace9346f1242c1f8f1b157efb['infowindow'] = new google.maps.InfoWindow({content: $l6518a6eace9346f1242c1f8f1b157efb});var infowindow = new google.maps.InfoWindow({content: $l6518a6eace9346f1242c1f8f1b157efb});google.maps.event.addListener(m_6518a6eace9346f1242c1f8f1b157efb, 'click', function() {infowindow.open(map,m_6518a6eace9346f1242c1f8f1b157efb);});$marker.push(m_6518a6eace9346f1242c1f8f1b157efb);}});}google.maps.event.addDomListener(window, 'load', initialize);