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.2067,-117.105)};var g_1cd3882394520876dc88d1472aa2a93f = new google.maps.Geocoder();g_1cd3882394520876dc88d1472aa2a93f.geocode( { 'address': "2625 Whispering Pines Dr, Running Springs, CA 92382"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('running-springs-CA-first-mountain-bank').style.display = '';map = new google.maps.Map(document.getElementById('running-springs-CA-first-mountain-bank'), mapOptions);}document.getElementById('260ccc41').innerHTML += ' | View Map';var $l1cd3882394520876dc88d1472aa2a93f = '

First Mountain Bank

Address: 2625 Whispering Pines Dr, Running Springs, CA 92382
Phone: (909) 867-4242
';var m_1cd3882394520876dc88d1472aa2a93f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Mountain Bank',});m_1cd3882394520876dc88d1472aa2a93f['infowindow'] = new google.maps.InfoWindow({content: $l1cd3882394520876dc88d1472aa2a93f});var infowindow = new google.maps.InfoWindow({content: $l1cd3882394520876dc88d1472aa2a93f});google.maps.event.addListener(m_1cd3882394520876dc88d1472aa2a93f, 'click', function() {infowindow.open(map,m_1cd3882394520876dc88d1472aa2a93f);});$marker.push(m_1cd3882394520876dc88d1472aa2a93f);}});}google.maps.event.addDomListener(window, 'load', initialize);