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.6862,-121.795)};var g_7a30911bbfdb074f84e035cd0e22e051 = new google.maps.Geocoder();g_7a30911bbfdb074f84e035cd0e22e051.geocode( { 'address': "265 Reservation Rd, Marina, CA 93933, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marina-CA-central-coast-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('marina-CA-central-coast-federal-credit-union-atm'), mapOptions);}document.getElementById('3f6d66ce').innerHTML += ' | View Map';var $l7a30911bbfdb074f84e035cd0e22e051 = '

Central Coast Federal Credit Union ATM

Address: 265 Reservation Rd, Marina, CA 93933, United States
Phone: (831) 393-3480
';var m_7a30911bbfdb074f84e035cd0e22e051 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Coast Federal Credit Union ATM',});m_7a30911bbfdb074f84e035cd0e22e051['infowindow'] = new google.maps.InfoWindow({content: $l7a30911bbfdb074f84e035cd0e22e051});var infowindow = new google.maps.InfoWindow({content: $l7a30911bbfdb074f84e035cd0e22e051});google.maps.event.addListener(m_7a30911bbfdb074f84e035cd0e22e051, 'click', function() {infowindow.open(map,m_7a30911bbfdb074f84e035cd0e22e051);});$marker.push(m_7a30911bbfdb074f84e035cd0e22e051);}});}google.maps.event.addDomListener(window, 'load', initialize);