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.2316,-80.6731)};var g_2483fad6e5b6be281e1d704266b45182 = new google.maps.Geocoder();g_2483fad6e5b6be281e1d704266b45182.geocode( { 'address': "1140 US-1, Lugoff, SC 29078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lugoff-SC-first-lugoff-pawn--loan-shop').style.display = '';map = new google.maps.Map(document.getElementById('lugoff-SC-first-lugoff-pawn--loan-shop'), mapOptions);}document.getElementById('639031b0').innerHTML += ' | View Map';var $l2483fad6e5b6be281e1d704266b45182 = '

First Lugoff Pawn & Loan Shop

Address: 1140 US-1, Lugoff, SC 29078, USA
Phone: (803) 438-5079
';var m_2483fad6e5b6be281e1d704266b45182 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Lugoff Pawn & Loan Shop',});m_2483fad6e5b6be281e1d704266b45182['infowindow'] = new google.maps.InfoWindow({content: $l2483fad6e5b6be281e1d704266b45182});var infowindow = new google.maps.InfoWindow({content: $l2483fad6e5b6be281e1d704266b45182});google.maps.event.addListener(m_2483fad6e5b6be281e1d704266b45182, 'click', function() {infowindow.open(map,m_2483fad6e5b6be281e1d704266b45182);});$marker.push(m_2483fad6e5b6be281e1d704266b45182);}});}google.maps.event.addDomListener(window, 'load', initialize);