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.6958,-82.9708)};var g_c2fe9a007bc6d74f028178c5bb912476 = new google.maps.Geocoder();g_c2fe9a007bc6d74f028178c5bb912476.geocode( { 'address': "910 By Pass 123, Seneca, SC 29678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-SC-the-money-store').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-the-money-store'), mapOptions);}document.getElementById('7ea5ec8f').innerHTML += ' | View Map';var $lc2fe9a007bc6d74f028178c5bb912476 = '

The Money Store

Address: 910 By Pass 123, Seneca, SC 29678, USA
Phone: (864) 904-2024
';var m_c2fe9a007bc6d74f028178c5bb912476 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Money Store',});m_c2fe9a007bc6d74f028178c5bb912476['infowindow'] = new google.maps.InfoWindow({content: $lc2fe9a007bc6d74f028178c5bb912476});var infowindow = new google.maps.InfoWindow({content: $lc2fe9a007bc6d74f028178c5bb912476});google.maps.event.addListener(m_c2fe9a007bc6d74f028178c5bb912476, 'click', function() {infowindow.open(map,m_c2fe9a007bc6d74f028178c5bb912476);});$marker.push(m_c2fe9a007bc6d74f028178c5bb912476);}});}google.maps.event.addDomListener(window, 'load', initialize);