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.5482,-77.039)};var g_7ac0a8452b1cf16561b99a2f45c02073 = new google.maps.Geocoder();g_7ac0a8452b1cf16561b99a2f45c02073.geocode( { 'address': "627 E 12th St, Washington, NC 27889, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-NC-western-union').style.display = '';map = new google.maps.Map(document.getElementById('washington-NC-western-union'), mapOptions);}document.getElementById('a281df20').innerHTML += ' | View Map';var $l7ac0a8452b1cf16561b99a2f45c02073 = '

Western Union

Address: 627 E 12th St, Washington, NC 27889, USA
Phone: (800) 325-6000
';var m_7ac0a8452b1cf16561b99a2f45c02073 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_7ac0a8452b1cf16561b99a2f45c02073['infowindow'] = new google.maps.InfoWindow({content: $l7ac0a8452b1cf16561b99a2f45c02073});var infowindow = new google.maps.InfoWindow({content: $l7ac0a8452b1cf16561b99a2f45c02073});google.maps.event.addListener(m_7ac0a8452b1cf16561b99a2f45c02073, 'click', function() {infowindow.open(map,m_7ac0a8452b1cf16561b99a2f45c02073);});$marker.push(m_7ac0a8452b1cf16561b99a2f45c02073);}});}google.maps.event.addDomListener(window, 'load', initialize);