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(46.8862,-124.104)};var g_87049013bcaaaf0687f907a4063fd12c = new google.maps.Geocoder();g_87049013bcaaaf0687f907a4063fd12c.geocode( { 'address': "108 S Montesano St, Westport, WA 98595, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westport-WA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('westport-WA-western-union'), mapOptions);}document.getElementById('e5b7f8ea').innerHTML += ' | View Map';var $l87049013bcaaaf0687f907a4063fd12c = '

Western Union

Address: 108 S Montesano St, Westport, WA 98595, USA
Phone: (800) 325-6000
';var m_87049013bcaaaf0687f907a4063fd12c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_87049013bcaaaf0687f907a4063fd12c['infowindow'] = new google.maps.InfoWindow({content: $l87049013bcaaaf0687f907a4063fd12c});var infowindow = new google.maps.InfoWindow({content: $l87049013bcaaaf0687f907a4063fd12c});google.maps.event.addListener(m_87049013bcaaaf0687f907a4063fd12c, 'click', function() {infowindow.open(map,m_87049013bcaaaf0687f907a4063fd12c);});$marker.push(m_87049013bcaaaf0687f907a4063fd12c);}});}google.maps.event.addDomListener(window, 'load', initialize);