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(37.5413,-79.3646)};var g_a4d89012e1026d243518a526dacccacf = new google.maps.Geocoder();g_a4d89012e1026d243518a526dacccacf.geocode( { 'address': "11619 Lee Jackson Hwy, Big Island, VA 24526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-island-VA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('big-island-VA-western-union'), mapOptions);}document.getElementById('bfc3d759').innerHTML += ' | View Map';var $la4d89012e1026d243518a526dacccacf = '

Western Union

Address: 11619 Lee Jackson Hwy, Big Island, VA 24526, USA
Phone: (800) 325-6000
';var m_a4d89012e1026d243518a526dacccacf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_a4d89012e1026d243518a526dacccacf['infowindow'] = new google.maps.InfoWindow({content: $la4d89012e1026d243518a526dacccacf});var infowindow = new google.maps.InfoWindow({content: $la4d89012e1026d243518a526dacccacf});google.maps.event.addListener(m_a4d89012e1026d243518a526dacccacf, 'click', function() {infowindow.open(map,m_a4d89012e1026d243518a526dacccacf);});$marker.push(m_a4d89012e1026d243518a526dacccacf);}});}google.maps.event.addDomListener(window, 'load', initialize);