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.657,-121.072)};var g_4c45e402b0480e5ab963d860f11627dd = new google.maps.Geocoder();g_4c45e402b0480e5ab963d860f11627dd.geocode( { 'address': "3880 El Dorado Hills Blvd #100, El Dorado Hills, CA 95762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-dorado-hills-CA-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('el-dorado-hills-CA-umpqua-bank'), mapOptions);}document.getElementById('11f40db1').innerHTML += ' | View Map';var $l4c45e402b0480e5ab963d860f11627dd = '

Umpqua Bank

Address: 3880 El Dorado Hills Blvd #100, El Dorado Hills, CA 95762, USA
Phone: (916) 939-3017
';var m_4c45e402b0480e5ab963d860f11627dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_4c45e402b0480e5ab963d860f11627dd['infowindow'] = new google.maps.InfoWindow({content: $l4c45e402b0480e5ab963d860f11627dd});var infowindow = new google.maps.InfoWindow({content: $l4c45e402b0480e5ab963d860f11627dd});google.maps.event.addListener(m_4c45e402b0480e5ab963d860f11627dd, 'click', function() {infowindow.open(map,m_4c45e402b0480e5ab963d860f11627dd);});$marker.push(m_4c45e402b0480e5ab963d860f11627dd);}});}google.maps.event.addDomListener(window, 'load', initialize);