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(45.4374,-122.569)};var g_c4732e7f4c28e5828e4f6cbb6f70d017 = new google.maps.Geocoder();g_c4732e7f4c28e5828e4f6cbb6f70d017.geocode( { 'address': "11750 Southeast 82nd Avenue, Happy Valley, OR 97086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('happy-valley-OR-ptcu').style.display = '';map = new google.maps.Map(document.getElementById('happy-valley-OR-ptcu'), mapOptions);}document.getElementById('6065bbb5').innerHTML += ' | View Map';var $lc4732e7f4c28e5828e4f6cbb6f70d017 = '

Ptcu

Address: 11750 Southeast 82nd Avenue, Happy Valley, OR 97086, USA
Phone: (503) 659-1314
';var m_c4732e7f4c28e5828e4f6cbb6f70d017 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ptcu',});m_c4732e7f4c28e5828e4f6cbb6f70d017['infowindow'] = new google.maps.InfoWindow({content: $lc4732e7f4c28e5828e4f6cbb6f70d017});var infowindow = new google.maps.InfoWindow({content: $lc4732e7f4c28e5828e4f6cbb6f70d017});google.maps.event.addListener(m_c4732e7f4c28e5828e4f6cbb6f70d017, 'click', function() {infowindow.open(map,m_c4732e7f4c28e5828e4f6cbb6f70d017);});$marker.push(m_c4732e7f4c28e5828e4f6cbb6f70d017);}});}google.maps.event.addDomListener(window, 'load', initialize);