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.0431,-118.696)};var g_6d0d7734cd331b4334f3e0df57c9ef2b = new google.maps.Geocoder();g_6d0d7734cd331b4334f3e0df57c9ef2b.geocode( { 'address': "3011 Malibu Canyon Rd, Malibu, CA 90265, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('malibu-CA-kinecta-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('malibu-CA-kinecta-federal-credit-union'), mapOptions);}document.getElementById('d5dbecc7').innerHTML += ' | View Map';var $l6d0d7734cd331b4334f3e0df57c9ef2b = '

Kinecta Federal Credit Union

Address: 3011 Malibu Canyon Rd, Malibu, CA 90265, USA
Phone: (310) 643-5448
';var m_6d0d7734cd331b4334f3e0df57c9ef2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kinecta Federal Credit Union',});m_6d0d7734cd331b4334f3e0df57c9ef2b['infowindow'] = new google.maps.InfoWindow({content: $l6d0d7734cd331b4334f3e0df57c9ef2b});var infowindow = new google.maps.InfoWindow({content: $l6d0d7734cd331b4334f3e0df57c9ef2b});google.maps.event.addListener(m_6d0d7734cd331b4334f3e0df57c9ef2b, 'click', function() {infowindow.open(map,m_6d0d7734cd331b4334f3e0df57c9ef2b);});$marker.push(m_6d0d7734cd331b4334f3e0df57c9ef2b);}});}google.maps.event.addDomListener(window, 'load', initialize);