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(38.0161,-121.814)};var g_06eb61b839a0cefee4967c67ccb099dc = new google.maps.Geocoder();g_06eb61b839a0cefee4967c67ccb099dc.geocode( { 'address': "301 G St, Antioch, CA 94509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antioch-CA-antioch-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('antioch-CA-antioch-community-federal-credit-union'), mapOptions);}document.getElementById('843b76f7').innerHTML += ' | View Map';var $l06eb61b839a0cefee4967c67ccb099dc = '

Antioch Community Federal Credit Union

Address: 301 G St, Antioch, CA 94509, USA
Phone: (925) 757-1320
';var m_06eb61b839a0cefee4967c67ccb099dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Antioch Community Federal Credit Union',});m_06eb61b839a0cefee4967c67ccb099dc['infowindow'] = new google.maps.InfoWindow({content: $l06eb61b839a0cefee4967c67ccb099dc});var infowindow = new google.maps.InfoWindow({content: $l06eb61b839a0cefee4967c67ccb099dc});google.maps.event.addListener(m_06eb61b839a0cefee4967c67ccb099dc, 'click', function() {infowindow.open(map,m_06eb61b839a0cefee4967c67ccb099dc);});$marker.push(m_06eb61b839a0cefee4967c67ccb099dc);}});}google.maps.event.addDomListener(window, 'load', initialize);