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(33.9166,-118.352)};var g_f609f10ead30b21f9cb7c85c24769929 = new google.maps.Geocoder();g_f609f10ead30b21f9cb7c85c24769929.geocode( { 'address': "12750 Hawthorne Blvd, Hawthorne, CA 90250, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hawthorne-CA-kinecta-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hawthorne-CA-kinecta-federal-credit-union'), mapOptions);}document.getElementById('9b789fe2').innerHTML += ' | View Map';var $lf609f10ead30b21f9cb7c85c24769929 = '

Kinecta Federal Credit Union

Address: 12750 Hawthorne Blvd, Hawthorne, CA 90250, USA
Phone: (310) 643-5400
';var m_f609f10ead30b21f9cb7c85c24769929 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kinecta Federal Credit Union',});m_f609f10ead30b21f9cb7c85c24769929['infowindow'] = new google.maps.InfoWindow({content: $lf609f10ead30b21f9cb7c85c24769929});var infowindow = new google.maps.InfoWindow({content: $lf609f10ead30b21f9cb7c85c24769929});google.maps.event.addListener(m_f609f10ead30b21f9cb7c85c24769929, 'click', function() {infowindow.open(map,m_f609f10ead30b21f9cb7c85c24769929);});$marker.push(m_f609f10ead30b21f9cb7c85c24769929);}});}google.maps.event.addDomListener(window, 'load', initialize);