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.3731,-119.022)};var g_fe641808a68f07c262419e7639b6a96d = new google.maps.Geocoder();g_fe641808a68f07c262419e7639b6a96d.geocode( { 'address': "1717 Truxtun Ave, Bakersfield, CA 93301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-kern-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-kern-federal-credit-union'), mapOptions);}document.getElementById('135774a2').innerHTML += ' | View Map';var $lfe641808a68f07c262419e7639b6a96d = '

Kern Federal Credit Union

Address: 1717 Truxtun Ave, Bakersfield, CA 93301, USA
Phone: (661) 327-9461
';var m_fe641808a68f07c262419e7639b6a96d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kern Federal Credit Union',});m_fe641808a68f07c262419e7639b6a96d['infowindow'] = new google.maps.InfoWindow({content: $lfe641808a68f07c262419e7639b6a96d});var infowindow = new google.maps.InfoWindow({content: $lfe641808a68f07c262419e7639b6a96d});google.maps.event.addListener(m_fe641808a68f07c262419e7639b6a96d, 'click', function() {infowindow.open(map,m_fe641808a68f07c262419e7639b6a96d);});$marker.push(m_fe641808a68f07c262419e7639b6a96d);}});}google.maps.event.addDomListener(window, 'load', initialize);