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(35.1248,-118.489)};var g_4f8ffa32bf9c89d464d3948ba7f562f9 = new google.maps.Geocoder();g_4f8ffa32bf9c89d464d3948ba7f562f9.geocode( { 'address': "20141 W Valley Blvd, Tehachapi, CA 93561, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tehachapi-CA-safe-1-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tehachapi-CA-safe-1-credit-union'), mapOptions);}document.getElementById('6e4d1825').innerHTML += ' | View Map';var $l4f8ffa32bf9c89d464d3948ba7f562f9 = '

Safe 1 Credit Union

Address: 20141 W Valley Blvd, Tehachapi, CA 93561, USA
Phone: (661) 822-8000
';var m_4f8ffa32bf9c89d464d3948ba7f562f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Safe 1 Credit Union',});m_4f8ffa32bf9c89d464d3948ba7f562f9['infowindow'] = new google.maps.InfoWindow({content: $l4f8ffa32bf9c89d464d3948ba7f562f9});var infowindow = new google.maps.InfoWindow({content: $l4f8ffa32bf9c89d464d3948ba7f562f9});google.maps.event.addListener(m_4f8ffa32bf9c89d464d3948ba7f562f9, 'click', function() {infowindow.open(map,m_4f8ffa32bf9c89d464d3948ba7f562f9);});$marker.push(m_4f8ffa32bf9c89d464d3948ba7f562f9);}});}google.maps.event.addDomListener(window, 'load', initialize);