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.153,-118.603)};var g_98ba58ed593acc910e5d68bfea9ff914 = new google.maps.Geocoder();g_98ba58ed593acc910e5d68bfea9ff914.geocode( { 'address': "21440 Victory Blvd, Woodland Hills, CA 91367"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodland-hills-CA-kinecta-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('woodland-hills-CA-kinecta-federal-credit-union'), mapOptions);}document.getElementById('37d0b7c4').innerHTML += ' | View Map';var $l98ba58ed593acc910e5d68bfea9ff914 = '

Kinecta Federal Credit Union

Address: 21440 Victory Blvd, Woodland Hills, CA 91367
Phone: (310) 643-3340
';var m_98ba58ed593acc910e5d68bfea9ff914 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kinecta Federal Credit Union',});m_98ba58ed593acc910e5d68bfea9ff914['infowindow'] = new google.maps.InfoWindow({content: $l98ba58ed593acc910e5d68bfea9ff914});var infowindow = new google.maps.InfoWindow({content: $l98ba58ed593acc910e5d68bfea9ff914});google.maps.event.addListener(m_98ba58ed593acc910e5d68bfea9ff914, 'click', function() {infowindow.open(map,m_98ba58ed593acc910e5d68bfea9ff914);});$marker.push(m_98ba58ed593acc910e5d68bfea9ff914);}});}google.maps.event.addDomListener(window, 'load', initialize);