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(32.9348,-80.476)};var g_08bbc932cae4d5bbd8cde172700f8922 = new google.maps.Geocoder();g_08bbc932cae4d5bbd8cde172700f8922.geocode( { 'address': "11051 Cottageville Hwy, Cottageville, SC 29435, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cottageville-SC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('cottageville-SC-moneygram'), mapOptions);}document.getElementById('65388658').innerHTML += ' | View Map';var $l08bbc932cae4d5bbd8cde172700f8922 = '

MoneyGram

Address: 11051 Cottageville Hwy, Cottageville, SC 29435, USA
Phone: (843) 835-3359
';var m_08bbc932cae4d5bbd8cde172700f8922 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_08bbc932cae4d5bbd8cde172700f8922['infowindow'] = new google.maps.InfoWindow({content: $l08bbc932cae4d5bbd8cde172700f8922});var infowindow = new google.maps.InfoWindow({content: $l08bbc932cae4d5bbd8cde172700f8922});google.maps.event.addListener(m_08bbc932cae4d5bbd8cde172700f8922, 'click', function() {infowindow.open(map,m_08bbc932cae4d5bbd8cde172700f8922);});$marker.push(m_08bbc932cae4d5bbd8cde172700f8922);}});}google.maps.event.addDomListener(window, 'load', initialize);