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(37.9621,-121.733)};var g_81dd12121d041b1cff1d0792266b2ce6 = new google.maps.Geocoder();g_81dd12121d041b1cff1d0792266b2ce6.geocode( { 'address': "5897 Lone Tree Way, Antioch, CA 94531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antioch-CA-safeamerica-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('antioch-CA-safeamerica-credit-union'), mapOptions);}document.getElementById('41380249').innerHTML += ' | View Map';var $l81dd12121d041b1cff1d0792266b2ce6 = '

Safeamerica Credit Union

Address: 5897 Lone Tree Way, Antioch, CA 94531, USA
Phone: (800) 972-0999
';var m_81dd12121d041b1cff1d0792266b2ce6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Safeamerica Credit Union',});m_81dd12121d041b1cff1d0792266b2ce6['infowindow'] = new google.maps.InfoWindow({content: $l81dd12121d041b1cff1d0792266b2ce6});var infowindow = new google.maps.InfoWindow({content: $l81dd12121d041b1cff1d0792266b2ce6});google.maps.event.addListener(m_81dd12121d041b1cff1d0792266b2ce6, 'click', function() {infowindow.open(map,m_81dd12121d041b1cff1d0792266b2ce6);});$marker.push(m_81dd12121d041b1cff1d0792266b2ce6);}});}google.maps.event.addDomListener(window, 'load', initialize);