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.4402,-116.945)};var g_77dce54aaeeaad7aa07a0138db6d950f = new google.maps.Geocoder();g_77dce54aaeeaad7aa07a0138db6d950f.geocode( { 'address': "32946 CA-18, Lucerne Valley, CA 92356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lucerne-valley-CA-first-mountain-bank').style.display = '';map = new google.maps.Map(document.getElementById('lucerne-valley-CA-first-mountain-bank'), mapOptions);}document.getElementById('5553058d').innerHTML += ' | View Map';var $l77dce54aaeeaad7aa07a0138db6d950f = '

First Mountain Bank

Address: 32946 CA-18, Lucerne Valley, CA 92356, USA
Phone: (760) 248-2717
';var m_77dce54aaeeaad7aa07a0138db6d950f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Mountain Bank',});m_77dce54aaeeaad7aa07a0138db6d950f['infowindow'] = new google.maps.InfoWindow({content: $l77dce54aaeeaad7aa07a0138db6d950f});var infowindow = new google.maps.InfoWindow({content: $l77dce54aaeeaad7aa07a0138db6d950f});google.maps.event.addListener(m_77dce54aaeeaad7aa07a0138db6d950f, 'click', function() {infowindow.open(map,m_77dce54aaeeaad7aa07a0138db6d950f);});$marker.push(m_77dce54aaeeaad7aa07a0138db6d950f);}});}google.maps.event.addDomListener(window, 'load', initialize);