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_b98297515a84b35b843b5dcc72fe1d21 = new google.maps.Geocoder();g_b98297515a84b35b843b5dcc72fe1d21.geocode( { 'address': "3075 Sacramento St, Placerville, CA 95667"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('placerville-CA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('placerville-CA-u-s-bank'), mapOptions);}document.getElementById('45413ce2').innerHTML += ' | View Map';var $lb98297515a84b35b843b5dcc72fe1d21 = '

U.S. Bank

Address: 3075 Sacramento St, Placerville, CA 95667
Phone: (530) 622-1630
';var m_b98297515a84b35b843b5dcc72fe1d21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_b98297515a84b35b843b5dcc72fe1d21['infowindow'] = new google.maps.InfoWindow({content: $lb98297515a84b35b843b5dcc72fe1d21});var infowindow = new google.maps.InfoWindow({content: $lb98297515a84b35b843b5dcc72fe1d21});google.maps.event.addListener(m_b98297515a84b35b843b5dcc72fe1d21, 'click', function() {infowindow.open(map,m_b98297515a84b35b843b5dcc72fe1d21);});$marker.push(m_b98297515a84b35b843b5dcc72fe1d21);}});}google.maps.event.addDomListener(window, 'load', initialize);