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.0979,-79.4709)};var g_13abb34c9480cbe37ee9d8b6a660aeb5 = new google.maps.Geocoder();g_13abb34c9480cbe37ee9d8b6a660aeb5.geocode( { 'address': "10141 Highway 17 N, McClellanville, SC 29458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcclellanville-SC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('mcclellanville-SC-moneygram'), mapOptions);}document.getElementById('847be2e9').innerHTML += ' | View Map';var $l13abb34c9480cbe37ee9d8b6a660aeb5 = '

MoneyGram

Address: 10141 Highway 17 N, McClellanville, SC 29458, USA
Phone: (843) 887-3736
';var m_13abb34c9480cbe37ee9d8b6a660aeb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_13abb34c9480cbe37ee9d8b6a660aeb5['infowindow'] = new google.maps.InfoWindow({content: $l13abb34c9480cbe37ee9d8b6a660aeb5});var infowindow = new google.maps.InfoWindow({content: $l13abb34c9480cbe37ee9d8b6a660aeb5});google.maps.event.addListener(m_13abb34c9480cbe37ee9d8b6a660aeb5, 'click', function() {infowindow.open(map,m_13abb34c9480cbe37ee9d8b6a660aeb5);});$marker.push(m_13abb34c9480cbe37ee9d8b6a660aeb5);}});}google.maps.event.addDomListener(window, 'load', initialize);