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.8519,-118.144)};var g_f500f6de5426bd053d6a5d8c0402148c = new google.maps.Geocoder();g_f500f6de5426bd053d6a5d8c0402148c.geocode( { 'address': "4055 Hardwick St, Lakewood, CA 90712, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CA-kinecta-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CA-kinecta-federal-credit-union'), mapOptions);}document.getElementById('ce288dec').innerHTML += ' | View Map';var $lf500f6de5426bd053d6a5d8c0402148c = '

Kinecta Federal Credit Union

Address: 4055 Hardwick St, Lakewood, CA 90712, USA
Phone: (800) 854-9846
';var m_f500f6de5426bd053d6a5d8c0402148c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kinecta Federal Credit Union',});m_f500f6de5426bd053d6a5d8c0402148c['infowindow'] = new google.maps.InfoWindow({content: $lf500f6de5426bd053d6a5d8c0402148c});var infowindow = new google.maps.InfoWindow({content: $lf500f6de5426bd053d6a5d8c0402148c});google.maps.event.addListener(m_f500f6de5426bd053d6a5d8c0402148c, 'click', function() {infowindow.open(map,m_f500f6de5426bd053d6a5d8c0402148c);});$marker.push(m_f500f6de5426bd053d6a5d8c0402148c);}});}google.maps.event.addDomListener(window, 'load', initialize);