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.0746,-120.625)};var g_45543849d625055bbb097f660db18533 = new google.maps.Geocoder();g_45543849d625055bbb097f660db18533.geocode( { 'address': "580 S Main St, Angels Camp, CA 95222"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angels-camp-CA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('angels-camp-CA-u-s-bank'), mapOptions);}document.getElementById('7b5795ea').innerHTML += ' | View Map';var $l45543849d625055bbb097f660db18533 = '

U S Bank

Address: 580 S Main St, Angels Camp, CA 95222
Phone: (209) 736-2531
';var m_45543849d625055bbb097f660db18533 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U S Bank',});m_45543849d625055bbb097f660db18533['infowindow'] = new google.maps.InfoWindow({content: $l45543849d625055bbb097f660db18533});var infowindow = new google.maps.InfoWindow({content: $l45543849d625055bbb097f660db18533});google.maps.event.addListener(m_45543849d625055bbb097f660db18533, 'click', function() {infowindow.open(map,m_45543849d625055bbb097f660db18533);});$marker.push(m_45543849d625055bbb097f660db18533);}});}google.maps.event.addDomListener(window, 'load', initialize);