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.5422,-117.421)};var g_6e8961d27943d81e27adf1ef127ae55c = new google.maps.Geocoder();g_6e8961d27943d81e27adf1ef127ae55c.geocode( { 'address': "33060 Shirttail Creek Rd, Durkee, OR 97905, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durkee-OR-opc-fcu').style.display = '';map = new google.maps.Map(document.getElementById('durkee-OR-opc-fcu'), mapOptions);}document.getElementById('7cf7a625').innerHTML += ' | View Map';var $l6e8961d27943d81e27adf1ef127ae55c = '

OPC FCU

Address: 33060 Shirttail Creek Rd, Durkee, OR 97905, USA
Phone: (541) 877-2411
';var m_6e8961d27943d81e27adf1ef127ae55c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OPC FCU',});m_6e8961d27943d81e27adf1ef127ae55c['infowindow'] = new google.maps.InfoWindow({content: $l6e8961d27943d81e27adf1ef127ae55c});var infowindow = new google.maps.InfoWindow({content: $l6e8961d27943d81e27adf1ef127ae55c});google.maps.event.addListener(m_6e8961d27943d81e27adf1ef127ae55c, 'click', function() {infowindow.open(map,m_6e8961d27943d81e27adf1ef127ae55c);});$marker.push(m_6e8961d27943d81e27adf1ef127ae55c);}});}google.maps.event.addDomListener(window, 'load', initialize);