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(34.2576,-119.23)};var g_cc160f5abe136a480ff3f4aa0475ec4c = new google.maps.Geocoder();g_cc160f5abe136a480ff3f4aa0475ec4c.geocode( { 'address': "4591 Market St, Ventura, CA 93003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ventura-CA-county-schools-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ventura-CA-county-schools-federal-credit-union'), mapOptions);}document.getElementById('187c2331').innerHTML += ' | View Map';var $lcc160f5abe136a480ff3f4aa0475ec4c = '

County Schools Federal Credit Union

Address: 4591 Market St, Ventura, CA 93003, USA
Phone: (805) 644-4657
';var m_cc160f5abe136a480ff3f4aa0475ec4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'County Schools Federal Credit Union',});m_cc160f5abe136a480ff3f4aa0475ec4c['infowindow'] = new google.maps.InfoWindow({content: $lcc160f5abe136a480ff3f4aa0475ec4c});var infowindow = new google.maps.InfoWindow({content: $lcc160f5abe136a480ff3f4aa0475ec4c});google.maps.event.addListener(m_cc160f5abe136a480ff3f4aa0475ec4c, 'click', function() {infowindow.open(map,m_cc160f5abe136a480ff3f4aa0475ec4c);});$marker.push(m_cc160f5abe136a480ff3f4aa0475ec4c);}});}google.maps.event.addDomListener(window, 'load', initialize);