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_9d5fcdd9016a8e52af9f13e28be71456 = new google.maps.Geocoder();g_9d5fcdd9016a8e52af9f13e28be71456.geocode( { 'address': "3955 Missouri Flat Rd, Placerville, CA 95667"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('placerville-CA-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('placerville-CA-us-bank'), mapOptions);}document.getElementById('721f17ec').innerHTML += ' | View Map';var $l9d5fcdd9016a8e52af9f13e28be71456 = '

US Bank

Address: 3955 Missouri Flat Rd, Placerville, CA 95667
Phone: (530) 295-8560
';var m_9d5fcdd9016a8e52af9f13e28be71456 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_9d5fcdd9016a8e52af9f13e28be71456['infowindow'] = new google.maps.InfoWindow({content: $l9d5fcdd9016a8e52af9f13e28be71456});var infowindow = new google.maps.InfoWindow({content: $l9d5fcdd9016a8e52af9f13e28be71456});google.maps.event.addListener(m_9d5fcdd9016a8e52af9f13e28be71456, 'click', function() {infowindow.open(map,m_9d5fcdd9016a8e52af9f13e28be71456);});$marker.push(m_9d5fcdd9016a8e52af9f13e28be71456);}});}google.maps.event.addDomListener(window, 'load', initialize);