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.3773,-122.906)};var g_eadf7a3452d14ff6c73c91498df09357 = new google.maps.Geocoder();g_eadf7a3452d14ff6c73c91498df09357.geocode( { 'address': "1249 Plaza Blvd A, Central Point, OR 97502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('central-point-OR-rogue-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('central-point-OR-rogue-credit-union'), mapOptions);}document.getElementById('26419d97').innerHTML += ' | View Map';var $leadf7a3452d14ff6c73c91498df09357 = '

Rogue Credit Union

Address: 1249 Plaza Blvd A, Central Point, OR 97502, USA
Phone: (541) 858-7328
';var m_eadf7a3452d14ff6c73c91498df09357 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rogue Credit Union',});m_eadf7a3452d14ff6c73c91498df09357['infowindow'] = new google.maps.InfoWindow({content: $leadf7a3452d14ff6c73c91498df09357});var infowindow = new google.maps.InfoWindow({content: $leadf7a3452d14ff6c73c91498df09357});google.maps.event.addListener(m_eadf7a3452d14ff6c73c91498df09357, 'click', function() {infowindow.open(map,m_eadf7a3452d14ff6c73c91498df09357);});$marker.push(m_eadf7a3452d14ff6c73c91498df09357);}});}google.maps.event.addDomListener(window, 'load', initialize);