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.9766,-121.97)};var g_333a818dbf71a509f924e54006a41fb6 = new google.maps.Geocoder();g_333a818dbf71a509f924e54006a41fb6.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-atm-bay-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('capitola-CA-atm-bay-federal-credit-union'), mapOptions);}document.getElementById('05d9f91d').innerHTML += ' | View Map';var $l333a818dbf71a509f924e54006a41fb6 = '

ATM (Bay Federal Credit Union)

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