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.2484,-80.8159)};var g_b225f92ace98bb942488b1996b2d6c27 = new google.maps.Geocoder();g_b225f92ace98bb942488b1996b2d6c27.geocode( { 'address': "7655 Freedom Rd, Branchville, SC 29432, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('branchville-SC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('branchville-SC-moneygram'), mapOptions);}document.getElementById('ee21c6e5').innerHTML += ' | View Map';var $lb225f92ace98bb942488b1996b2d6c27 = '

MoneyGram

Address: 7655 Freedom Rd, Branchville, SC 29432, USA
Phone: (803) 274-9954
';var m_b225f92ace98bb942488b1996b2d6c27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_b225f92ace98bb942488b1996b2d6c27['infowindow'] = new google.maps.InfoWindow({content: $lb225f92ace98bb942488b1996b2d6c27});var infowindow = new google.maps.InfoWindow({content: $lb225f92ace98bb942488b1996b2d6c27});google.maps.event.addListener(m_b225f92ace98bb942488b1996b2d6c27, 'click', function() {infowindow.open(map,m_b225f92ace98bb942488b1996b2d6c27);});$marker.push(m_b225f92ace98bb942488b1996b2d6c27);}});}google.maps.event.addDomListener(window, 'load', initialize);