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.6745,-118.151)};var g_122a15edf4643a8d16ec07e798f0ff49 = new google.maps.Geocoder();g_122a15edf4643a8d16ec07e798f0ff49.geocode( { 'address': "1104 W Ave K, Lancaster, CA 93534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-first-city-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-first-city-credit-union'), mapOptions);}document.getElementById('9649d12c').innerHTML += ' | View Map';var $l122a15edf4643a8d16ec07e798f0ff49 = '

First City Credit Union

Address: 1104 W Ave K, Lancaster, CA 93534, USA
Phone: (800) 944-2200
';var m_122a15edf4643a8d16ec07e798f0ff49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First City Credit Union',});m_122a15edf4643a8d16ec07e798f0ff49['infowindow'] = new google.maps.InfoWindow({content: $l122a15edf4643a8d16ec07e798f0ff49});var infowindow = new google.maps.InfoWindow({content: $l122a15edf4643a8d16ec07e798f0ff49});google.maps.event.addListener(m_122a15edf4643a8d16ec07e798f0ff49, 'click', function() {infowindow.open(map,m_122a15edf4643a8d16ec07e798f0ff49);});$marker.push(m_122a15edf4643a8d16ec07e798f0ff49);}});}google.maps.event.addDomListener(window, 'load', initialize);