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.9764,-121.97)};var g_f3249cea019c4308a6addfbf45b3b367 = new google.maps.Geocoder();g_f3249cea019c4308a6addfbf45b3b367.geocode( { 'address': "3333 Clares St, Capitola, CA 95010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('capitola-CA-bay-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('capitola-CA-bay-federal-credit-union'), mapOptions);}document.getElementById('05d9f91d').innerHTML += ' | View Map';var $lf3249cea019c4308a6addfbf45b3b367 = '

Bay Federal Credit Union

Address: 3333 Clares St, Capitola, CA 95010, USA
Phone: (831) 479-6000
';var m_f3249cea019c4308a6addfbf45b3b367 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Federal Credit Union',});m_f3249cea019c4308a6addfbf45b3b367['infowindow'] = new google.maps.InfoWindow({content: $lf3249cea019c4308a6addfbf45b3b367});var infowindow = new google.maps.InfoWindow({content: $lf3249cea019c4308a6addfbf45b3b367});google.maps.event.addListener(m_f3249cea019c4308a6addfbf45b3b367, 'click', function() {infowindow.open(map,m_f3249cea019c4308a6addfbf45b3b367);});$marker.push(m_f3249cea019c4308a6addfbf45b3b367);}});}google.maps.event.addDomListener(window, 'load', initialize);