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.7262,-120.804)};var g_2a5e6cb898659d0305439d4b4fe15867 = new google.maps.Geocoder();g_2a5e6cb898659d0305439d4b4fe15867.geocode( { 'address': "3970 Missouri Flat Rd, STE L, Placerville, CA 95667"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('placerville-CA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('placerville-CA-union-bank-of-california'), mapOptions);}document.getElementById('f24ca1dc').innerHTML += ' | View Map';var $l2a5e6cb898659d0305439d4b4fe15867 = '

Union Bank of California

Address: 3970 Missouri Flat Rd, STE L, Placerville, CA 95667
Phone: (530) 626-7680
';var m_2a5e6cb898659d0305439d4b4fe15867 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_2a5e6cb898659d0305439d4b4fe15867['infowindow'] = new google.maps.InfoWindow({content: $l2a5e6cb898659d0305439d4b4fe15867});var infowindow = new google.maps.InfoWindow({content: $l2a5e6cb898659d0305439d4b4fe15867});google.maps.event.addListener(m_2a5e6cb898659d0305439d4b4fe15867, 'click', function() {infowindow.open(map,m_2a5e6cb898659d0305439d4b4fe15867);});$marker.push(m_2a5e6cb898659d0305439d4b4fe15867);}});}google.maps.event.addDomListener(window, 'load', initialize);