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.9162,-121.777)};var g_045a55c409fd464e10585c925532138b = new google.maps.Geocoder();g_045a55c409fd464e10585c925532138b.geocode( { 'address': "1481 Main St, Watsonville, CA 95076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watsonville-CA-atm-bay-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('watsonville-CA-atm-bay-federal-credit-union'), mapOptions);}document.getElementById('84e208c9').innerHTML += ' | View Map';var $l045a55c409fd464e10585c925532138b = '

ATM (Bay Federal Credit Union)

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