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.2198,-119.039)};var g_e7a3aaed5551a9a613a266df82e46392 = new google.maps.Geocoder();g_e7a3aaed5551a9a613a266df82e46392.geocode( { 'address': "300 Arneill Rd, Camarillo, CA 93010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camarillo-CA-cbc-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('camarillo-CA-cbc-federal-credit-union'), mapOptions);}document.getElementById('b88a271b').innerHTML += ' | View Map';var $le7a3aaed5551a9a613a266df82e46392 = '

CBC Federal Credit Union

Address: 300 Arneill Rd, Camarillo, CA 93010, USA
Phone: (805) 988-2151
';var m_e7a3aaed5551a9a613a266df82e46392 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CBC Federal Credit Union',});m_e7a3aaed5551a9a613a266df82e46392['infowindow'] = new google.maps.InfoWindow({content: $le7a3aaed5551a9a613a266df82e46392});var infowindow = new google.maps.InfoWindow({content: $le7a3aaed5551a9a613a266df82e46392});google.maps.event.addListener(m_e7a3aaed5551a9a613a266df82e46392, 'click', function() {infowindow.open(map,m_e7a3aaed5551a9a613a266df82e46392);});$marker.push(m_e7a3aaed5551a9a613a266df82e46392);}});}google.maps.event.addDomListener(window, 'load', initialize);