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.1958,-123.253)};var g_32ce654ad54e307bb92a57fbb7c0a307 = new google.maps.Geocoder();g_32ce654ad54e307bb92a57fbb7c0a307.geocode( { 'address': "234 W 6th Ave, Junction City, OR 97448"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('junction-city-OR-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('junction-city-OR-us-bank'), mapOptions);}document.getElementById('fd2b380a').innerHTML += ' | View Map';var $l32ce654ad54e307bb92a57fbb7c0a307 = '

US Bank

Address: 234 W 6th Ave, Junction City, OR 97448
Phone: (541) 998-2373
';var m_32ce654ad54e307bb92a57fbb7c0a307 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_32ce654ad54e307bb92a57fbb7c0a307['infowindow'] = new google.maps.InfoWindow({content: $l32ce654ad54e307bb92a57fbb7c0a307});var infowindow = new google.maps.InfoWindow({content: $l32ce654ad54e307bb92a57fbb7c0a307});google.maps.event.addListener(m_32ce654ad54e307bb92a57fbb7c0a307, 'click', function() {infowindow.open(map,m_32ce654ad54e307bb92a57fbb7c0a307);});$marker.push(m_32ce654ad54e307bb92a57fbb7c0a307);}});}google.maps.event.addDomListener(window, 'load', initialize);