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(37.9375,-120.605)};var g_b863f8f272c93ab8f43e5d3abbddac4e = new google.maps.Geocoder();g_b863f8f272c93ab8f43e5d3abbddac4e.geocode( { 'address': "3505 Spangler Ln #300, Copperopolis, CA 95228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('copperopolis-CA-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('copperopolis-CA-umpqua-bank'), mapOptions);}document.getElementById('34449c6f').innerHTML += ' | View Map';var $lb863f8f272c93ab8f43e5d3abbddac4e = '

Umpqua Bank

Address: 3505 Spangler Ln #300, Copperopolis, CA 95228, USA
Phone: (209) 785-7007
';var m_b863f8f272c93ab8f43e5d3abbddac4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_b863f8f272c93ab8f43e5d3abbddac4e['infowindow'] = new google.maps.InfoWindow({content: $lb863f8f272c93ab8f43e5d3abbddac4e});var infowindow = new google.maps.InfoWindow({content: $lb863f8f272c93ab8f43e5d3abbddac4e});google.maps.event.addListener(m_b863f8f272c93ab8f43e5d3abbddac4e, 'click', function() {infowindow.open(map,m_b863f8f272c93ab8f43e5d3abbddac4e);});$marker.push(m_b863f8f272c93ab8f43e5d3abbddac4e);}});}google.maps.event.addDomListener(window, 'load', initialize);