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.6202,-123.112)};var g_164d89db6f886f416bd2d0a6354205cb = new google.maps.Geocoder();g_164d89db6f886f416bd2d0a6354205cb.geocode( { 'address': "22500 NW Pihl Rd, Banks, OR 97106"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('banks-OR-orosz-court-reporting').style.display = '';map = new google.maps.Map(document.getElementById('banks-OR-orosz-court-reporting'), mapOptions);}document.getElementById('6ccfb3b1').innerHTML += ' | View Map';var $l164d89db6f886f416bd2d0a6354205cb = '

Orosz Court Reporting

Address: 22500 NW Pihl Rd, Banks, OR 97106
Phone: (503) 324-2180
';var m_164d89db6f886f416bd2d0a6354205cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Orosz Court Reporting',});m_164d89db6f886f416bd2d0a6354205cb['infowindow'] = new google.maps.InfoWindow({content: $l164d89db6f886f416bd2d0a6354205cb});var infowindow = new google.maps.InfoWindow({content: $l164d89db6f886f416bd2d0a6354205cb});google.maps.event.addListener(m_164d89db6f886f416bd2d0a6354205cb, 'click', function() {infowindow.open(map,m_164d89db6f886f416bd2d0a6354205cb);});$marker.push(m_164d89db6f886f416bd2d0a6354205cb);}});}google.maps.event.addDomListener(window, 'load', initialize);