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.2764,-80.6089)};var g_657a181608b1681ed7c968df03a136a4 = new google.maps.Geocoder();g_657a181608b1681ed7c968df03a136a4.geocode( { 'address': "2606 Broad St, Camden, SC 29020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-SC-reel-gun--pawn').style.display = '';map = new google.maps.Map(document.getElementById('camden-SC-reel-gun--pawn'), mapOptions);}document.getElementById('d0b88bb3').innerHTML += ' | View Map';var $l657a181608b1681ed7c968df03a136a4 = '

Reel Gun & Pawn

Address: 2606 Broad St, Camden, SC 29020, USA
Phone: (803) 432-4421
';var m_657a181608b1681ed7c968df03a136a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reel Gun & Pawn',});m_657a181608b1681ed7c968df03a136a4['infowindow'] = new google.maps.InfoWindow({content: $l657a181608b1681ed7c968df03a136a4});var infowindow = new google.maps.InfoWindow({content: $l657a181608b1681ed7c968df03a136a4});google.maps.event.addListener(m_657a181608b1681ed7c968df03a136a4, 'click', function() {infowindow.open(map,m_657a181608b1681ed7c968df03a136a4);});$marker.push(m_657a181608b1681ed7c968df03a136a4);}});}google.maps.event.addDomListener(window, 'load', initialize);