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(40.9016,-80.8218)};var g_06acc0222ce34ac245b7fae39c59a92f = new google.maps.Geocoder();g_06acc0222ce34ac245b7fae39c59a92f.geocode( { 'address': "2586 E State St, Ste 2, Salem, OH 44460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OH-western-union').style.display = '';map = new google.maps.Map(document.getElementById('salem-OH-western-union'), mapOptions);}document.getElementById('feb5dfcc').innerHTML += ' | View Map';var $l06acc0222ce34ac245b7fae39c59a92f = '

Western Union

Address: 2586 E State St, Ste 2, Salem, OH 44460, USA
Phone: (800) 325-6000
';var m_06acc0222ce34ac245b7fae39c59a92f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_06acc0222ce34ac245b7fae39c59a92f['infowindow'] = new google.maps.InfoWindow({content: $l06acc0222ce34ac245b7fae39c59a92f});var infowindow = new google.maps.InfoWindow({content: $l06acc0222ce34ac245b7fae39c59a92f});google.maps.event.addListener(m_06acc0222ce34ac245b7fae39c59a92f, 'click', function() {infowindow.open(map,m_06acc0222ce34ac245b7fae39c59a92f);});$marker.push(m_06acc0222ce34ac245b7fae39c59a92f);}});}google.maps.event.addDomListener(window, 'load', initialize);