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.7375,-84.2709)};var g_da77e825ad6ead78c250f8e286b50ac5 = new google.maps.Geocoder();g_da77e825ad6ead78c250f8e286b50ac5.geocode( { 'address': "1101 Kim Kent Dr, Richmond, KY 40475, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-KY-dans-discount-jewelry--pawn').style.display = '';map = new google.maps.Map(document.getElementById('richmond-KY-dans-discount-jewelry--pawn'), mapOptions);}document.getElementById('08ce63b2').innerHTML += ' | View Map';var $lda77e825ad6ead78c250f8e286b50ac5 = '

Dan's Discount Jewelry & Pawn

Address: 1101 Kim Kent Dr, Richmond, KY 40475, USA
Phone: (859) 353-5747
';var m_da77e825ad6ead78c250f8e286b50ac5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dan's Discount Jewelry & Pawn',});m_da77e825ad6ead78c250f8e286b50ac5['infowindow'] = new google.maps.InfoWindow({content: $lda77e825ad6ead78c250f8e286b50ac5});var infowindow = new google.maps.InfoWindow({content: $lda77e825ad6ead78c250f8e286b50ac5});google.maps.event.addListener(m_da77e825ad6ead78c250f8e286b50ac5, 'click', function() {infowindow.open(map,m_da77e825ad6ead78c250f8e286b50ac5);});$marker.push(m_da77e825ad6ead78c250f8e286b50ac5);}});}google.maps.event.addDomListener(window, 'load', initialize);