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.0048,-121.816)};var g_a2a037aa5e9fa07d2513d0ece190a555 = new google.maps.Geocoder();g_a2a037aa5e9fa07d2513d0ece190a555.geocode( { 'address': "701 W 18th St A, Antioch, CA 94509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antioch-CA-antioch-schools-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('antioch-CA-antioch-schools-employees-cu'), mapOptions);}document.getElementById('a337b255').innerHTML += ' | View Map';var $la2a037aa5e9fa07d2513d0ece190a555 = '

Antioch Schools Employees CU

Address: 701 W 18th St A, Antioch, CA 94509, USA
Phone: (925) 757-0237
';var m_a2a037aa5e9fa07d2513d0ece190a555 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Antioch Schools Employees CU',});m_a2a037aa5e9fa07d2513d0ece190a555['infowindow'] = new google.maps.InfoWindow({content: $la2a037aa5e9fa07d2513d0ece190a555});var infowindow = new google.maps.InfoWindow({content: $la2a037aa5e9fa07d2513d0ece190a555});google.maps.event.addListener(m_a2a037aa5e9fa07d2513d0ece190a555, 'click', function() {infowindow.open(map,m_a2a037aa5e9fa07d2513d0ece190a555);});$marker.push(m_a2a037aa5e9fa07d2513d0ece190a555);}});}google.maps.event.addDomListener(window, 'load', initialize);