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(38.6831,-121.161)};var g_4a2cde3ca35a41a388c8cc1e19edcbdb = new google.maps.Geocoder();g_4a2cde3ca35a41a388c8cc1e19edcbdb.geocode( { 'address': "1000 E Bidwell St, Folsom, CA 95630"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('folsom-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('folsom-CA-bank-of-the-west'), mapOptions);}document.getElementById('3a5ee6da').innerHTML += ' | View Map';var $l4a2cde3ca35a41a388c8cc1e19edcbdb = '

Bank of the West

Address: 1000 E Bidwell St, Folsom, CA 95630
Phone: (916) 983-8601
';var m_4a2cde3ca35a41a388c8cc1e19edcbdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_4a2cde3ca35a41a388c8cc1e19edcbdb['infowindow'] = new google.maps.InfoWindow({content: $l4a2cde3ca35a41a388c8cc1e19edcbdb});var infowindow = new google.maps.InfoWindow({content: $l4a2cde3ca35a41a388c8cc1e19edcbdb});google.maps.event.addListener(m_4a2cde3ca35a41a388c8cc1e19edcbdb, 'click', function() {infowindow.open(map,m_4a2cde3ca35a41a388c8cc1e19edcbdb);});$marker.push(m_4a2cde3ca35a41a388c8cc1e19edcbdb);}});}google.maps.event.addDomListener(window, 'load', initialize);