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.2308,-79.1493)};var g_3ac488359dd25284a9643187dc4c385f = new google.maps.Geocoder();g_3ac488359dd25284a9643187dc4c385f.geocode( { 'address': "219 Mullins St, Nichols, SC 29581, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nichols-SC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('nichols-SC-moneygram'), mapOptions);}document.getElementById('710abd5e').innerHTML += ' | View Map';var $l3ac488359dd25284a9643187dc4c385f = '

MoneyGram

Address: 219 Mullins St, Nichols, SC 29581, USA
Phone: (843) 595-4082
';var m_3ac488359dd25284a9643187dc4c385f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_3ac488359dd25284a9643187dc4c385f['infowindow'] = new google.maps.InfoWindow({content: $l3ac488359dd25284a9643187dc4c385f});var infowindow = new google.maps.InfoWindow({content: $l3ac488359dd25284a9643187dc4c385f});google.maps.event.addListener(m_3ac488359dd25284a9643187dc4c385f, 'click', function() {infowindow.open(map,m_3ac488359dd25284a9643187dc4c385f);});$marker.push(m_3ac488359dd25284a9643187dc4c385f);}});}google.maps.event.addDomListener(window, 'load', initialize);