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.6876,-82.9669)};var g_01e00f2f4bfcbb7505cb641066f2859b = new google.maps.Geocoder();g_01e00f2f4bfcbb7505cb641066f2859b.geocode( { 'address': "593 W North 1st St, Seneca, SC 29678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-SC-seneca-pawn--variety').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-seneca-pawn--variety'), mapOptions);}document.getElementById('65a48ca6').innerHTML += ' | View Map';var $l01e00f2f4bfcbb7505cb641066f2859b = '

Seneca Pawn & Variety

Address: 593 W North 1st St, Seneca, SC 29678, USA
Phone: (864) 882-4188
';var m_01e00f2f4bfcbb7505cb641066f2859b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Seneca Pawn & Variety',});m_01e00f2f4bfcbb7505cb641066f2859b['infowindow'] = new google.maps.InfoWindow({content: $l01e00f2f4bfcbb7505cb641066f2859b});var infowindow = new google.maps.InfoWindow({content: $l01e00f2f4bfcbb7505cb641066f2859b});google.maps.event.addListener(m_01e00f2f4bfcbb7505cb641066f2859b, 'click', function() {infowindow.open(map,m_01e00f2f4bfcbb7505cb641066f2859b);});$marker.push(m_01e00f2f4bfcbb7505cb641066f2859b);}});}google.maps.event.addDomListener(window, 'load', initialize);