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(34.7715,-80.3816)};var g_69c465a79781ae900005cebddfb758d8 = new google.maps.Geocoder();g_69c465a79781ae900005cebddfb758d8.geocode( { 'address': "220 S Van Lingle Mungo Blvd, Pageland, SC 29728, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pageland-SC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('pageland-SC-moneygram'), mapOptions);}document.getElementById('07bfab02').innerHTML += ' | View Map';var $l69c465a79781ae900005cebddfb758d8 = '

MoneyGram

Address: 220 S Van Lingle Mungo Blvd, Pageland, SC 29728, USA
Phone: (843) 672-3615
';var m_69c465a79781ae900005cebddfb758d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_69c465a79781ae900005cebddfb758d8['infowindow'] = new google.maps.InfoWindow({content: $l69c465a79781ae900005cebddfb758d8});var infowindow = new google.maps.InfoWindow({content: $l69c465a79781ae900005cebddfb758d8});google.maps.event.addListener(m_69c465a79781ae900005cebddfb758d8, 'click', function() {infowindow.open(map,m_69c465a79781ae900005cebddfb758d8);});$marker.push(m_69c465a79781ae900005cebddfb758d8);}});}google.maps.event.addDomListener(window, 'load', initialize);