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.2098,-118.846)};var g_dc44e414daf0853e3e8ca2aeefb6e3f3 = new google.maps.Geocoder();g_dc44e414daf0853e3e8ca2aeefb6e3f3.geocode( { 'address': "1772 E Avenida De Los Arboles, Thousand Oaks, CA 91362, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thousand-oaks-CA-cbc-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('thousand-oaks-CA-cbc-federal-credit-union'), mapOptions);}document.getElementById('1cc0dbf1').innerHTML += ' | View Map';var $ldc44e414daf0853e3e8ca2aeefb6e3f3 = '

CBC Federal Credit Union

Address: 1772 E Avenida De Los Arboles, Thousand Oaks, CA 91362, USA
Phone: (805) 988-2151
';var m_dc44e414daf0853e3e8ca2aeefb6e3f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CBC Federal Credit Union',});m_dc44e414daf0853e3e8ca2aeefb6e3f3['infowindow'] = new google.maps.InfoWindow({content: $ldc44e414daf0853e3e8ca2aeefb6e3f3});var infowindow = new google.maps.InfoWindow({content: $ldc44e414daf0853e3e8ca2aeefb6e3f3});google.maps.event.addListener(m_dc44e414daf0853e3e8ca2aeefb6e3f3, 'click', function() {infowindow.open(map,m_dc44e414daf0853e3e8ca2aeefb6e3f3);});$marker.push(m_dc44e414daf0853e3e8ca2aeefb6e3f3);}});}google.maps.event.addDomListener(window, 'load', initialize);