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(35.3161,-81.1905)};var g_a818ba265a8668f79e1df45a0ee24961 = new google.maps.Geocoder();g_a818ba265a8668f79e1df45a0ee24961.geocode( { 'address': "1000 Dallas Cherryville Hwy, Dallas, NC 28034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-NC-western-union').style.display = '';map = new google.maps.Map(document.getElementById('dallas-NC-western-union'), mapOptions);}document.getElementById('558f3b73').innerHTML += ' | View Map';var $la818ba265a8668f79e1df45a0ee24961 = '

Western Union

Address: 1000 Dallas Cherryville Hwy, Dallas, NC 28034, USA
Phone: (800) 325-6000
';var m_a818ba265a8668f79e1df45a0ee24961 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_a818ba265a8668f79e1df45a0ee24961['infowindow'] = new google.maps.InfoWindow({content: $la818ba265a8668f79e1df45a0ee24961});var infowindow = new google.maps.InfoWindow({content: $la818ba265a8668f79e1df45a0ee24961});google.maps.event.addListener(m_a818ba265a8668f79e1df45a0ee24961, 'click', function() {infowindow.open(map,m_a818ba265a8668f79e1df45a0ee24961);});$marker.push(m_a818ba265a8668f79e1df45a0ee24961);}});}google.maps.event.addDomListener(window, 'load', initialize);