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(36.3606,-79.6645)};var g_fd89c8d2a3f6525b79aa4996fdab4ba2 = new google.maps.Geocoder();g_fd89c8d2a3f6525b79aa4996fdab4ba2.geocode( { 'address': "132 S Scales St, Reidsville, NC 27320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reidsville-NC-kathyes-jewelry--pawn').style.display = '';map = new google.maps.Map(document.getElementById('reidsville-NC-kathyes-jewelry--pawn'), mapOptions);}document.getElementById('50bc3799').innerHTML += ' | View Map';var $lfd89c8d2a3f6525b79aa4996fdab4ba2 = '

Kathye's Jewelry & Pawn

Address: 132 S Scales St, Reidsville, NC 27320, USA
Phone: (336) 342-4718
';var m_fd89c8d2a3f6525b79aa4996fdab4ba2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kathye's Jewelry & Pawn',});m_fd89c8d2a3f6525b79aa4996fdab4ba2['infowindow'] = new google.maps.InfoWindow({content: $lfd89c8d2a3f6525b79aa4996fdab4ba2});var infowindow = new google.maps.InfoWindow({content: $lfd89c8d2a3f6525b79aa4996fdab4ba2});google.maps.event.addListener(m_fd89c8d2a3f6525b79aa4996fdab4ba2, 'click', function() {infowindow.open(map,m_fd89c8d2a3f6525b79aa4996fdab4ba2);});$marker.push(m_fd89c8d2a3f6525b79aa4996fdab4ba2);}});}google.maps.event.addDomListener(window, 'load', initialize);