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.0065,-79.8064)};var g_744a8caedb8d03af19637cdf277569c8 = new google.maps.Geocoder();g_744a8caedb8d03af19637cdf277569c8.geocode( { 'address': "3258 Randleman Rd, Greensboro, NC 27406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-gold-exchange-and-pawn').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-gold-exchange-and-pawn'), mapOptions);}document.getElementById('0c3079da').innerHTML += ' | View Map';var $l744a8caedb8d03af19637cdf277569c8 = '

Gold Exchange and Pawn

Address: 3258 Randleman Rd, Greensboro, NC 27406, USA
Phone: (336) 271-0555
';var m_744a8caedb8d03af19637cdf277569c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Exchange and Pawn',});m_744a8caedb8d03af19637cdf277569c8['infowindow'] = new google.maps.InfoWindow({content: $l744a8caedb8d03af19637cdf277569c8});var infowindow = new google.maps.InfoWindow({content: $l744a8caedb8d03af19637cdf277569c8});google.maps.event.addListener(m_744a8caedb8d03af19637cdf277569c8, 'click', function() {infowindow.open(map,m_744a8caedb8d03af19637cdf277569c8);});$marker.push(m_744a8caedb8d03af19637cdf277569c8);}});}google.maps.event.addDomListener(window, 'load', initialize);