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.4195,-118.962)};var g_36e814614868e552891c5dda83aafca8 = new google.maps.Geocoder();g_36e814614868e552891c5dda83aafca8.geocode( { 'address': "650 W Main St, John Day, OR 97845, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('john-day-OR-old-west-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('john-day-OR-old-west-federal-credit-union'), mapOptions);}document.getElementById('eb7e5be0').innerHTML += ' | View Map';var $l36e814614868e552891c5dda83aafca8 = '

Old West Federal Credit Union

Address: 650 W Main St, John Day, OR 97845, USA
Phone: (541) 575-0264
';var m_36e814614868e552891c5dda83aafca8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old West Federal Credit Union',});m_36e814614868e552891c5dda83aafca8['infowindow'] = new google.maps.InfoWindow({content: $l36e814614868e552891c5dda83aafca8});var infowindow = new google.maps.InfoWindow({content: $l36e814614868e552891c5dda83aafca8});google.maps.event.addListener(m_36e814614868e552891c5dda83aafca8, 'click', function() {infowindow.open(map,m_36e814614868e552891c5dda83aafca8);});$marker.push(m_36e814614868e552891c5dda83aafca8);}});}google.maps.event.addDomListener(window, 'load', initialize);