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(37.3664,-82.4098)};var g_2601cf98b9878871a52211db51b40551 = new google.maps.Geocoder();g_2601cf98b9878871a52211db51b40551.geocode( { 'address': "10343 Regina Belcher Hwy, Elkhorn City, KY 41522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkhorn-city-KY-ace-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('elkhorn-city-KY-ace-pawn-shop'), mapOptions);}document.getElementById('1471a9ad').innerHTML += ' | View Map';var $l2601cf98b9878871a52211db51b40551 = '

Ace Pawn Shop

Address: 10343 Regina Belcher Hwy, Elkhorn City, KY 41522, USA
Phone: (606) 754-0503
';var m_2601cf98b9878871a52211db51b40551 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ace Pawn Shop',});m_2601cf98b9878871a52211db51b40551['infowindow'] = new google.maps.InfoWindow({content: $l2601cf98b9878871a52211db51b40551});var infowindow = new google.maps.InfoWindow({content: $l2601cf98b9878871a52211db51b40551});google.maps.event.addListener(m_2601cf98b9878871a52211db51b40551, 'click', function() {infowindow.open(map,m_2601cf98b9878871a52211db51b40551);});$marker.push(m_2601cf98b9878871a52211db51b40551);}});}google.maps.event.addDomListener(window, 'load', initialize);