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(40.9388,-123.628)};var g_1f1799053346b5cd41e6101f2f9ac241 = new google.maps.Geocoder();g_1f1799053346b5cd41e6101f2f9ac241.geocode( { 'address': "39171 CA-299, Willow Creek, CA 95573, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willow-creek-CA-atm-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('willow-creek-CA-atm-umpqua-bank'), mapOptions);}document.getElementById('7c51114b').innerHTML += ' | View Map';var $l1f1799053346b5cd41e6101f2f9ac241 = '

ATM (Umpqua Bank)

Address: 39171 CA-299, Willow Creek, CA 95573, USA
Phone:
';var m_1f1799053346b5cd41e6101f2f9ac241 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Umpqua Bank)',});m_1f1799053346b5cd41e6101f2f9ac241['infowindow'] = new google.maps.InfoWindow({content: $l1f1799053346b5cd41e6101f2f9ac241});var infowindow = new google.maps.InfoWindow({content: $l1f1799053346b5cd41e6101f2f9ac241});google.maps.event.addListener(m_1f1799053346b5cd41e6101f2f9ac241, 'click', function() {infowindow.open(map,m_1f1799053346b5cd41e6101f2f9ac241);});$marker.push(m_1f1799053346b5cd41e6101f2f9ac241);}});}google.maps.event.addDomListener(window, 'load', initialize);