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.2692,-77.5832)};var g_567eb51670cacb5b29001f472ca3007b = new google.maps.Geocoder();g_567eb51670cacb5b29001f472ca3007b.geocode( { 'address': "201 W Vernon Ave, Kinston, NC 28501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kinston-NC-western-union').style.display = '';map = new google.maps.Map(document.getElementById('kinston-NC-western-union'), mapOptions);}document.getElementById('3c27b6fc').innerHTML += ' | View Map';var $l567eb51670cacb5b29001f472ca3007b = '

Western Union

Address: 201 W Vernon Ave, Kinston, NC 28501, USA
Phone: (800) 325-6000
';var m_567eb51670cacb5b29001f472ca3007b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_567eb51670cacb5b29001f472ca3007b['infowindow'] = new google.maps.InfoWindow({content: $l567eb51670cacb5b29001f472ca3007b});var infowindow = new google.maps.InfoWindow({content: $l567eb51670cacb5b29001f472ca3007b});google.maps.event.addListener(m_567eb51670cacb5b29001f472ca3007b, 'click', function() {infowindow.open(map,m_567eb51670cacb5b29001f472ca3007b);});$marker.push(m_567eb51670cacb5b29001f472ca3007b);}});}google.maps.event.addDomListener(window, 'load', initialize);