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(35.5865,-82.5962)};var g_174ae8e3db2a74a18428e78377116a62 = new google.maps.Geocoder();g_174ae8e3db2a74a18428e78377116a62.geocode( { 'address': "1116 Patton Ave, Asheville, NC 28801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheville-NC-american-pawn--pickers').style.display = '';map = new google.maps.Map(document.getElementById('asheville-NC-american-pawn--pickers'), mapOptions);}document.getElementById('d96091e0').innerHTML += ' | View Map';var $l174ae8e3db2a74a18428e78377116a62 = '

American Pawn & Pickers

Address: 1116 Patton Ave, Asheville, NC 28801, USA
Phone: (828) 348-1267
';var m_174ae8e3db2a74a18428e78377116a62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Pawn & Pickers',});m_174ae8e3db2a74a18428e78377116a62['infowindow'] = new google.maps.InfoWindow({content: $l174ae8e3db2a74a18428e78377116a62});var infowindow = new google.maps.InfoWindow({content: $l174ae8e3db2a74a18428e78377116a62});google.maps.event.addListener(m_174ae8e3db2a74a18428e78377116a62, 'click', function() {infowindow.open(map,m_174ae8e3db2a74a18428e78377116a62);});$marker.push(m_174ae8e3db2a74a18428e78377116a62);}});}google.maps.event.addDomListener(window, 'load', initialize);