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(39.9264,-122.19)};var g_dcfcbbf72e04fa8f9f873102be3a12e6 = new google.maps.Geocoder();g_dcfcbbf72e04fa8f9f873102be3a12e6.geocode( { 'address': "1503 Solano St, Corning, CA 96021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corning-CA-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('corning-CA-us-bank'), mapOptions);}document.getElementById('99b1c93c').innerHTML += ' | View Map';var $ldcfcbbf72e04fa8f9f873102be3a12e6 = '

US Bank

Address: 1503 Solano St, Corning, CA 96021
Phone: (530) 824-4316
';var m_dcfcbbf72e04fa8f9f873102be3a12e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_dcfcbbf72e04fa8f9f873102be3a12e6['infowindow'] = new google.maps.InfoWindow({content: $ldcfcbbf72e04fa8f9f873102be3a12e6});var infowindow = new google.maps.InfoWindow({content: $ldcfcbbf72e04fa8f9f873102be3a12e6});google.maps.event.addListener(m_dcfcbbf72e04fa8f9f873102be3a12e6, 'click', function() {infowindow.open(map,m_dcfcbbf72e04fa8f9f873102be3a12e6);});$marker.push(m_dcfcbbf72e04fa8f9f873102be3a12e6);}});}google.maps.event.addDomListener(window, 'load', initialize);