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(38.1359,-85.8447)};var g_ab02dea2bcb12f598422e113a3a31d77 = new google.maps.Geocoder();g_ab02dea2bcb12f598422e113a3a31d77.geocode( { 'address': "7950 Dixie Hwy, Louisville, KY 40258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-j--m-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-j--m-pawn-shop'), mapOptions);}document.getElementById('d779c893').innerHTML += ' | View Map';var $lab02dea2bcb12f598422e113a3a31d77 = '

J & M Pawn Shop

Address: 7950 Dixie Hwy, Louisville, KY 40258, USA
Phone: (502) 632-1545
';var m_ab02dea2bcb12f598422e113a3a31d77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J & M Pawn Shop',});m_ab02dea2bcb12f598422e113a3a31d77['infowindow'] = new google.maps.InfoWindow({content: $lab02dea2bcb12f598422e113a3a31d77});var infowindow = new google.maps.InfoWindow({content: $lab02dea2bcb12f598422e113a3a31d77});google.maps.event.addListener(m_ab02dea2bcb12f598422e113a3a31d77, 'click', function() {infowindow.open(map,m_ab02dea2bcb12f598422e113a3a31d77);});$marker.push(m_ab02dea2bcb12f598422e113a3a31d77);}});}google.maps.event.addDomListener(window, 'load', initialize);