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.5997,-118.147)};var g_68df8c59665123a6c45fc1fa40e49147 = new google.maps.Geocoder();g_68df8c59665123a6c45fc1fa40e49147.geocode( { 'address': "39450 10th St W, Palmdale, CA 93551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmdale-CA-first-city-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('palmdale-CA-first-city-credit-union'), mapOptions);}document.getElementById('13dbbb30').innerHTML += ' | View Map';var $l68df8c59665123a6c45fc1fa40e49147 = '

First City Credit Union

Address: 39450 10th St W, Palmdale, CA 93551, USA
Phone: (800) 944-2200
';var m_68df8c59665123a6c45fc1fa40e49147 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First City Credit Union',});m_68df8c59665123a6c45fc1fa40e49147['infowindow'] = new google.maps.InfoWindow({content: $l68df8c59665123a6c45fc1fa40e49147});var infowindow = new google.maps.InfoWindow({content: $l68df8c59665123a6c45fc1fa40e49147});google.maps.event.addListener(m_68df8c59665123a6c45fc1fa40e49147, 'click', function() {infowindow.open(map,m_68df8c59665123a6c45fc1fa40e49147);});$marker.push(m_68df8c59665123a6c45fc1fa40e49147);}});}google.maps.event.addDomListener(window, 'load', initialize);