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.6953,-122.077)};var g_a91edecd508cd9e5b3049e1918f0c6eb = new google.maps.Geocoder();g_a91edecd508cd9e5b3049e1918f0c6eb.geocode( { 'address': "3365 Castro Valley Blvd, Castro Valley, CA 94546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castro-valley-CA-1st-united-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('castro-valley-CA-1st-united-credit-union'), mapOptions);}document.getElementById('e41464a9').innerHTML += ' | View Map';var $la91edecd508cd9e5b3049e1918f0c6eb = '

1st United Credit Union

Address: 3365 Castro Valley Blvd, Castro Valley, CA 94546, USA
Phone: (800) 649-0193
';var m_a91edecd508cd9e5b3049e1918f0c6eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st United Credit Union',});m_a91edecd508cd9e5b3049e1918f0c6eb['infowindow'] = new google.maps.InfoWindow({content: $la91edecd508cd9e5b3049e1918f0c6eb});var infowindow = new google.maps.InfoWindow({content: $la91edecd508cd9e5b3049e1918f0c6eb});google.maps.event.addListener(m_a91edecd508cd9e5b3049e1918f0c6eb, 'click', function() {infowindow.open(map,m_a91edecd508cd9e5b3049e1918f0c6eb);});$marker.push(m_a91edecd508cd9e5b3049e1918f0c6eb);}});}google.maps.event.addDomListener(window, 'load', initialize);