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.148,-118.01)};var g_d121a3974f89647fae51dcb8e89535a1 = new google.maps.Geocoder();g_d121a3974f89647fae51dcb8e89535a1.geocode( { 'address': "8031 California City Blvd, California City, CA 93505"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('california-city-CA-bank-of-the-sierra').style.display = '';map = new google.maps.Map(document.getElementById('california-city-CA-bank-of-the-sierra'), mapOptions);}document.getElementById('e183a627').innerHTML += ' | View Map';var $ld121a3974f89647fae51dcb8e89535a1 = '

Bank Of The Sierra

Address: 8031 California City Blvd, California City, CA 93505
Phone: (760) 373-8602
';var m_d121a3974f89647fae51dcb8e89535a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The Sierra',});m_d121a3974f89647fae51dcb8e89535a1['infowindow'] = new google.maps.InfoWindow({content: $ld121a3974f89647fae51dcb8e89535a1});var infowindow = new google.maps.InfoWindow({content: $ld121a3974f89647fae51dcb8e89535a1});google.maps.event.addListener(m_d121a3974f89647fae51dcb8e89535a1, 'click', function() {infowindow.open(map,m_d121a3974f89647fae51dcb8e89535a1);});$marker.push(m_d121a3974f89647fae51dcb8e89535a1);}});}google.maps.event.addDomListener(window, 'load', initialize);