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(36.6478,-77.8701)};var g_d35b392c8c969f29ae81affb80c01fb0 = new google.maps.Geocoder();g_d35b392c8c969f29ae81affb80c01fb0.geocode( { 'address': "9295 Christanna Hwy, Lawrenceville, VA 23868, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawrenceville-VA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('lawrenceville-VA-western-union'), mapOptions);}document.getElementById('2ff71aa9').innerHTML += ' | View Map';var $ld35b392c8c969f29ae81affb80c01fb0 = '

Western Union

Address: 9295 Christanna Hwy, Lawrenceville, VA 23868, USA
Phone: (434) 577-3058
';var m_d35b392c8c969f29ae81affb80c01fb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_d35b392c8c969f29ae81affb80c01fb0['infowindow'] = new google.maps.InfoWindow({content: $ld35b392c8c969f29ae81affb80c01fb0});var infowindow = new google.maps.InfoWindow({content: $ld35b392c8c969f29ae81affb80c01fb0});google.maps.event.addListener(m_d35b392c8c969f29ae81affb80c01fb0, 'click', function() {infowindow.open(map,m_d35b392c8c969f29ae81affb80c01fb0);});$marker.push(m_d35b392c8c969f29ae81affb80c01fb0);}});}google.maps.event.addDomListener(window, 'load', initialize);