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.4367,-121.327)};var g_b32bc90ee0fc7a7a1e024f011d9c6fb7 = new google.maps.Geocoder();g_b32bc90ee0fc7a7a1e024f011d9c6fb7.geocode( { 'address': "315 Gabilan Dr, Soledad, CA 93960, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('soledad-CA-central-coast-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('soledad-CA-central-coast-federal-credit-union-atm'), mapOptions);}document.getElementById('42d86dad').innerHTML += ' | View Map';var $lb32bc90ee0fc7a7a1e024f011d9c6fb7 = '

Central Coast Federal Credit Union ATM

Address: 315 Gabilan Dr, Soledad, CA 93960, USA
Phone: (831) 393-3480
';var m_b32bc90ee0fc7a7a1e024f011d9c6fb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Coast Federal Credit Union ATM',});m_b32bc90ee0fc7a7a1e024f011d9c6fb7['infowindow'] = new google.maps.InfoWindow({content: $lb32bc90ee0fc7a7a1e024f011d9c6fb7});var infowindow = new google.maps.InfoWindow({content: $lb32bc90ee0fc7a7a1e024f011d9c6fb7});google.maps.event.addListener(m_b32bc90ee0fc7a7a1e024f011d9c6fb7, 'click', function() {infowindow.open(map,m_b32bc90ee0fc7a7a1e024f011d9c6fb7);});$marker.push(m_b32bc90ee0fc7a7a1e024f011d9c6fb7);}});}google.maps.event.addDomListener(window, 'load', initialize);