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.2061,-123.205)};var g_c7499d9bd5b50edda0c648e455bc5bc1 = new google.maps.Geocoder();g_c7499d9bd5b50edda0c648e455bc5bc1.geocode( { 'address': "93668 OR-99, Junction City, OR 97448, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('junction-city-OR-guaranty-rv-travel-center').style.display = '';map = new google.maps.Map(document.getElementById('junction-city-OR-guaranty-rv-travel-center'), mapOptions);}document.getElementById('88ceb17d').innerHTML += ' | View Map';var $lc7499d9bd5b50edda0c648e455bc5bc1 = '

Guaranty RV Travel Center

Address: 93668 OR-99, Junction City, OR 97448, USA
Phone: (541) 234-0970
';var m_c7499d9bd5b50edda0c648e455bc5bc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty RV Travel Center',});m_c7499d9bd5b50edda0c648e455bc5bc1['infowindow'] = new google.maps.InfoWindow({content: $lc7499d9bd5b50edda0c648e455bc5bc1});var infowindow = new google.maps.InfoWindow({content: $lc7499d9bd5b50edda0c648e455bc5bc1});google.maps.event.addListener(m_c7499d9bd5b50edda0c648e455bc5bc1, 'click', function() {infowindow.open(map,m_c7499d9bd5b50edda0c648e455bc5bc1);});$marker.push(m_c7499d9bd5b50edda0c648e455bc5bc1);}});}google.maps.event.addDomListener(window, 'load', initialize);