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(44.6509,-121.137)};var g_cbd7eb73383aff17d490ae71017393de = new google.maps.Geocoder();g_cbd7eb73383aff17d490ae71017393de.geocode( { 'address': "42 SW C St, Madras, OR 97741"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madras-OR-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('madras-OR-u-s-bank'), mapOptions);}document.getElementById('9d4e9144').innerHTML += ' | View Map';var $lcbd7eb73383aff17d490ae71017393de = '

U.S. Bank

Address: 42 SW C St, Madras, OR 97741
Phone: (541) 475-3811
';var m_cbd7eb73383aff17d490ae71017393de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_cbd7eb73383aff17d490ae71017393de['infowindow'] = new google.maps.InfoWindow({content: $lcbd7eb73383aff17d490ae71017393de});var infowindow = new google.maps.InfoWindow({content: $lcbd7eb73383aff17d490ae71017393de});google.maps.event.addListener(m_cbd7eb73383aff17d490ae71017393de, 'click', function() {infowindow.open(map,m_cbd7eb73383aff17d490ae71017393de);});$marker.push(m_cbd7eb73383aff17d490ae71017393de);}});}google.maps.event.addDomListener(window, 'load', initialize);