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.2984,-79.7265)};var g_c6eb1d0995e569c56645cb16f63a9f90 = new google.maps.Geocoder();g_c6eb1d0995e569c56645cb16f63a9f90.geocode( { 'address': "801 NC-211, Biscoe, NC 27209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('biscoe-NC-western-union').style.display = '';map = new google.maps.Map(document.getElementById('biscoe-NC-western-union'), mapOptions);}document.getElementById('656a2c7a').innerHTML += ' | View Map';var $lc6eb1d0995e569c56645cb16f63a9f90 = '

Western Union

Address: 801 NC-211, Biscoe, NC 27209, USA
Phone: (800) 325-6000
';var m_c6eb1d0995e569c56645cb16f63a9f90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_c6eb1d0995e569c56645cb16f63a9f90['infowindow'] = new google.maps.InfoWindow({content: $lc6eb1d0995e569c56645cb16f63a9f90});var infowindow = new google.maps.InfoWindow({content: $lc6eb1d0995e569c56645cb16f63a9f90});google.maps.event.addListener(m_c6eb1d0995e569c56645cb16f63a9f90, 'click', function() {infowindow.open(map,m_c6eb1d0995e569c56645cb16f63a9f90);});$marker.push(m_c6eb1d0995e569c56645cb16f63a9f90);}});}google.maps.event.addDomListener(window, 'load', initialize);