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(33.6041,-80.3542)};var g_c0e190d8267e36708f955d7ab048990d = new google.maps.Geocoder();g_c0e190d8267e36708f955d7ab048990d.geocode( { 'address': "30 S Church St, Summerton, SC 29148, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('summerton-SC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('summerton-SC-moneygram'), mapOptions);}document.getElementById('3d80b549').innerHTML += ' | View Map';var $lc0e190d8267e36708f955d7ab048990d = '

MoneyGram

Address: 30 S Church St, Summerton, SC 29148, USA
Phone: (803) 485-2398
';var m_c0e190d8267e36708f955d7ab048990d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_c0e190d8267e36708f955d7ab048990d['infowindow'] = new google.maps.InfoWindow({content: $lc0e190d8267e36708f955d7ab048990d});var infowindow = new google.maps.InfoWindow({content: $lc0e190d8267e36708f955d7ab048990d});google.maps.event.addListener(m_c0e190d8267e36708f955d7ab048990d, 'click', function() {infowindow.open(map,m_c0e190d8267e36708f955d7ab048990d);});$marker.push(m_c0e190d8267e36708f955d7ab048990d);}});}google.maps.event.addDomListener(window, 'load', initialize);