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.1895,-118.935)};var g_b928fec5932bf2fddd2cc88c038b8ccb = new google.maps.Geocoder();g_b928fec5932bf2fddd2cc88c038b8ccb.geocode( { 'address': "2751 W Hillcrest Dr, Thousand Oaks, CA 91320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thousand-oaks-CA-kinecta-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('thousand-oaks-CA-kinecta-federal-credit-union'), mapOptions);}document.getElementById('5d61ab68').innerHTML += ' | View Map';var $lb928fec5932bf2fddd2cc88c038b8ccb = '

Kinecta Federal Credit Union

Address: 2751 W Hillcrest Dr, Thousand Oaks, CA 91320, USA
Phone: (310) 643-5400
';var m_b928fec5932bf2fddd2cc88c038b8ccb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kinecta Federal Credit Union',});m_b928fec5932bf2fddd2cc88c038b8ccb['infowindow'] = new google.maps.InfoWindow({content: $lb928fec5932bf2fddd2cc88c038b8ccb});var infowindow = new google.maps.InfoWindow({content: $lb928fec5932bf2fddd2cc88c038b8ccb});google.maps.event.addListener(m_b928fec5932bf2fddd2cc88c038b8ccb, 'click', function() {infowindow.open(map,m_b928fec5932bf2fddd2cc88c038b8ccb);});$marker.push(m_b928fec5932bf2fddd2cc88c038b8ccb);}});}google.maps.event.addDomListener(window, 'load', initialize);