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.5194,-123.094)};var g_7f3dea59f5cad7ef64d1585e9bfeba72 = new google.maps.Geocoder();g_7f3dea59f5cad7ef64d1585e9bfeba72.geocode( { 'address': "3012 Pacific Ave Ste D, Forest Grove, OR 97116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-grove-OR-western-union').style.display = '';map = new google.maps.Map(document.getElementById('forest-grove-OR-western-union'), mapOptions);}document.getElementById('31373d6b').innerHTML += ' | View Map';var $l7f3dea59f5cad7ef64d1585e9bfeba72 = '

Western Union

Address: 3012 Pacific Ave Ste D, Forest Grove, OR 97116, USA
Phone: (503) 359-1165
';var m_7f3dea59f5cad7ef64d1585e9bfeba72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_7f3dea59f5cad7ef64d1585e9bfeba72['infowindow'] = new google.maps.InfoWindow({content: $l7f3dea59f5cad7ef64d1585e9bfeba72});var infowindow = new google.maps.InfoWindow({content: $l7f3dea59f5cad7ef64d1585e9bfeba72});google.maps.event.addListener(m_7f3dea59f5cad7ef64d1585e9bfeba72, 'click', function() {infowindow.open(map,m_7f3dea59f5cad7ef64d1585e9bfeba72);});$marker.push(m_7f3dea59f5cad7ef64d1585e9bfeba72);}});}google.maps.event.addDomListener(window, 'load', initialize);