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.1945,-79.3954)};var g_5335070ac7209de713d925ab05cea19e = new google.maps.Geocoder();g_5335070ac7209de713d925ab05cea19e.geocode( { 'address': "1318 N Main St, Marion, SC 29571, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-SC-nationwide-money-services').style.display = '';map = new google.maps.Map(document.getElementById('marion-SC-nationwide-money-services'), mapOptions);}document.getElementById('8e33e1fe').innerHTML += ' | View Map';var $l5335070ac7209de713d925ab05cea19e = '

Nationwide Money Services

Address: 1318 N Main St, Marion, SC 29571, USA
Phone: (843) 423-6955
';var m_5335070ac7209de713d925ab05cea19e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Money Services',});m_5335070ac7209de713d925ab05cea19e['infowindow'] = new google.maps.InfoWindow({content: $l5335070ac7209de713d925ab05cea19e});var infowindow = new google.maps.InfoWindow({content: $l5335070ac7209de713d925ab05cea19e});google.maps.event.addListener(m_5335070ac7209de713d925ab05cea19e, 'click', function() {infowindow.open(map,m_5335070ac7209de713d925ab05cea19e);});$marker.push(m_5335070ac7209de713d925ab05cea19e);}});}google.maps.event.addDomListener(window, 'load', initialize);