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(36.9386,-121.777)};var g_63a74e626b5c3c0ffff4ce04a00b28b1 = new google.maps.Geocoder();g_63a74e626b5c3c0ffff4ce04a00b28b1.geocode( { 'address': "2028 Freedom Blvd, Freedom, CA 95019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('freedom-CA-bay-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('freedom-CA-bay-federal-credit-union'), mapOptions);}document.getElementById('f57cbf49').innerHTML += ' | View Map';var $l63a74e626b5c3c0ffff4ce04a00b28b1 = '

Bay Federal Credit Union

Address: 2028 Freedom Blvd, Freedom, CA 95019, USA
Phone: (831) 479-6000
';var m_63a74e626b5c3c0ffff4ce04a00b28b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Federal Credit Union',});m_63a74e626b5c3c0ffff4ce04a00b28b1['infowindow'] = new google.maps.InfoWindow({content: $l63a74e626b5c3c0ffff4ce04a00b28b1});var infowindow = new google.maps.InfoWindow({content: $l63a74e626b5c3c0ffff4ce04a00b28b1});google.maps.event.addListener(m_63a74e626b5c3c0ffff4ce04a00b28b1, 'click', function() {infowindow.open(map,m_63a74e626b5c3c0ffff4ce04a00b28b1);});$marker.push(m_63a74e626b5c3c0ffff4ce04a00b28b1);}});}google.maps.event.addDomListener(window, 'load', initialize);