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.4973,-81.2793)};var g_512c3bc743e4e4be1921cb26e3c4c212 = new google.maps.Geocoder();g_512c3bc743e4e4be1921cb26e3c4c212.geocode( { 'address': "722 Springfield Rd, Springfield, SC 29146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-SC-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('springfield-SC-moneygram'), mapOptions);}document.getElementById('6843c27e').innerHTML += ' | View Map';var $l512c3bc743e4e4be1921cb26e3c4c212 = '

MoneyGram

Address: 722 Springfield Rd, Springfield, SC 29146, USA
Phone: (803) 258-9747
';var m_512c3bc743e4e4be1921cb26e3c4c212 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_512c3bc743e4e4be1921cb26e3c4c212['infowindow'] = new google.maps.InfoWindow({content: $l512c3bc743e4e4be1921cb26e3c4c212});var infowindow = new google.maps.InfoWindow({content: $l512c3bc743e4e4be1921cb26e3c4c212});google.maps.event.addListener(m_512c3bc743e4e4be1921cb26e3c4c212, 'click', function() {infowindow.open(map,m_512c3bc743e4e4be1921cb26e3c4c212);});$marker.push(m_512c3bc743e4e4be1921cb26e3c4c212);}});}google.maps.event.addDomListener(window, 'load', initialize);