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.9853,-121.123)};var g_2d3f210af463e775c81628ffe3d0852b = new google.maps.Geocoder();g_2d3f210af463e775c81628ffe3d0852b.geocode( { 'address': "2360 Grass Valley Hwy, Auburn, CA 95603"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-CA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-CA-u-s-bank'), mapOptions);}document.getElementById('353abb25').innerHTML += ' | View Map';var $l2d3f210af463e775c81628ffe3d0852b = '

U.S. Bank

Address: 2360 Grass Valley Hwy, Auburn, CA 95603
Phone: (530) 889-3959
';var m_2d3f210af463e775c81628ffe3d0852b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_2d3f210af463e775c81628ffe3d0852b['infowindow'] = new google.maps.InfoWindow({content: $l2d3f210af463e775c81628ffe3d0852b});var infowindow = new google.maps.InfoWindow({content: $l2d3f210af463e775c81628ffe3d0852b});google.maps.event.addListener(m_2d3f210af463e775c81628ffe3d0852b, 'click', function() {infowindow.open(map,m_2d3f210af463e775c81628ffe3d0852b);});$marker.push(m_2d3f210af463e775c81628ffe3d0852b);}});var g_7826f1c837ea29fd421a394177b821e6 = new google.maps.Geocoder();g_7826f1c837ea29fd421a394177b821e6.geocode( { 'address': "730 High St, Auburn, CA 95603"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-CA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('auburn-CA-u-s-bank'), mapOptions);}document.getElementById('b8a1816a').innerHTML += ' | View Map';var $l7826f1c837ea29fd421a394177b821e6 = '

U.S. Bank

Address: 730 High St, Auburn, CA 95603
Phone: (530) 889-6350
';var m_7826f1c837ea29fd421a394177b821e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_7826f1c837ea29fd421a394177b821e6['infowindow'] = new google.maps.InfoWindow({content: $l7826f1c837ea29fd421a394177b821e6});var infowindow = new google.maps.InfoWindow({content: $l7826f1c837ea29fd421a394177b821e6});google.maps.event.addListener(m_7826f1c837ea29fd421a394177b821e6, 'click', function() {infowindow.open(map,m_7826f1c837ea29fd421a394177b821e6);});$marker.push(m_7826f1c837ea29fd421a394177b821e6);}});}google.maps.event.addDomListener(window, 'load', initialize);