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.5976,-123.003)};var g_aa9f6af4c97770f819b7cbb150229314 = new google.maps.Geocoder();g_aa9f6af4c97770f819b7cbb150229314.geocode( { 'address': "31700 NW Commercial St #760, North Plains, OR 97133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-plains-OR-alliance-processing-solutions').style.display = '';map = new google.maps.Map(document.getElementById('north-plains-OR-alliance-processing-solutions'), mapOptions);}document.getElementById('979f557a').innerHTML += ' | View Map';var $laa9f6af4c97770f819b7cbb150229314 = '

Alliance Processing Solutions

Address: 31700 NW Commercial St #760, North Plains, OR 97133, USA
Phone: (503) 389-4294
';var m_aa9f6af4c97770f819b7cbb150229314 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Processing Solutions',});m_aa9f6af4c97770f819b7cbb150229314['infowindow'] = new google.maps.InfoWindow({content: $laa9f6af4c97770f819b7cbb150229314});var infowindow = new google.maps.InfoWindow({content: $laa9f6af4c97770f819b7cbb150229314});google.maps.event.addListener(m_aa9f6af4c97770f819b7cbb150229314, 'click', function() {infowindow.open(map,m_aa9f6af4c97770f819b7cbb150229314);});$marker.push(m_aa9f6af4c97770f819b7cbb150229314);}});}google.maps.event.addDomListener(window, 'load', initialize);