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.2198,-123.205)};var g_f53d6d41d4ea910e11d4ea914d58b803 = new google.maps.Geocoder();g_f53d6d41d4ea910e11d4ea914d58b803.geocode( { 'address': "680 Pacific Hwy W, Junction City, OR 97448, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('junction-city-OR-selco-atm').style.display = '';map = new google.maps.Map(document.getElementById('junction-city-OR-selco-atm'), mapOptions);}document.getElementById('02ecd1cc').innerHTML += ' | View Map';var $lf53d6d41d4ea910e11d4ea914d58b803 = '

SELCO ATM

Address: 680 Pacific Hwy W, Junction City, OR 97448, USA
Phone:
';var m_f53d6d41d4ea910e11d4ea914d58b803 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SELCO ATM',});m_f53d6d41d4ea910e11d4ea914d58b803['infowindow'] = new google.maps.InfoWindow({content: $lf53d6d41d4ea910e11d4ea914d58b803});var infowindow = new google.maps.InfoWindow({content: $lf53d6d41d4ea910e11d4ea914d58b803});google.maps.event.addListener(m_f53d6d41d4ea910e11d4ea914d58b803, 'click', function() {infowindow.open(map,m_f53d6d41d4ea910e11d4ea914d58b803);});$marker.push(m_f53d6d41d4ea910e11d4ea914d58b803);}});}google.maps.event.addDomListener(window, 'load', initialize);