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.1866,-78.1954)};var g_f985cff158c7cfb0fc2d5d05f731809f = new google.maps.Geocoder();g_f985cff158c7cfb0fc2d5d05f731809f.geocode( { 'address': "402 2nd St, Burkeville, VA 23922, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burkeville-VA-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('burkeville-VA-moneygram'), mapOptions);}document.getElementById('c39e936b').innerHTML += ' | View Map';var $lf985cff158c7cfb0fc2d5d05f731809f = '

MoneyGram

Address: 402 2nd St, Burkeville, VA 23922, USA
Phone: (434) 879-3335
';var m_f985cff158c7cfb0fc2d5d05f731809f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_f985cff158c7cfb0fc2d5d05f731809f['infowindow'] = new google.maps.InfoWindow({content: $lf985cff158c7cfb0fc2d5d05f731809f});var infowindow = new google.maps.InfoWindow({content: $lf985cff158c7cfb0fc2d5d05f731809f});google.maps.event.addListener(m_f985cff158c7cfb0fc2d5d05f731809f, 'click', function() {infowindow.open(map,m_f985cff158c7cfb0fc2d5d05f731809f);});$marker.push(m_f985cff158c7cfb0fc2d5d05f731809f);}});}google.maps.event.addDomListener(window, 'load', initialize);