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(42.1583,-122.634)};var g_d717e27d7f1bd9dca3fbbdcebacb121c = new google.maps.Geocoder();g_d717e27d7f1bd9dca3fbbdcebacb121c.geocode( { 'address': "415 Lithia Way, Ashland, OR 97520"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-OR-rogue-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ashland-OR-rogue-federal-credit-union'), mapOptions);}document.getElementById('70fbd6fa').innerHTML += ' | View Map';var $ld717e27d7f1bd9dca3fbbdcebacb121c = '

Rogue Federal Credit Union

Address: 415 Lithia Way, Ashland, OR 97520
Phone: (541) 858-7328
';var m_d717e27d7f1bd9dca3fbbdcebacb121c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rogue Federal Credit Union',});m_d717e27d7f1bd9dca3fbbdcebacb121c['infowindow'] = new google.maps.InfoWindow({content: $ld717e27d7f1bd9dca3fbbdcebacb121c});var infowindow = new google.maps.InfoWindow({content: $ld717e27d7f1bd9dca3fbbdcebacb121c});google.maps.event.addListener(m_d717e27d7f1bd9dca3fbbdcebacb121c, 'click', function() {infowindow.open(map,m_d717e27d7f1bd9dca3fbbdcebacb121c);});$marker.push(m_d717e27d7f1bd9dca3fbbdcebacb121c);}});}google.maps.event.addDomListener(window, 'load', initialize);