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.1724,-84.6259)};var g_ae10583c86d823ad7dc99a3ff0f15b82 = new google.maps.Geocoder();g_ae10583c86d823ad7dc99a3ff0f15b82.geocode( { 'address': "Science Hill, KY 42553, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('science-hill-KY-joes-pawn--loan').style.display = '';map = new google.maps.Map(document.getElementById('science-hill-KY-joes-pawn--loan'), mapOptions);}document.getElementById('4dfc3dd9').innerHTML += ' | View Map';var $lae10583c86d823ad7dc99a3ff0f15b82 = '

Joe's Pawn & Loan

Address: Science Hill, KY 42553, USA
Phone: (606) 423-2221
';var m_ae10583c86d823ad7dc99a3ff0f15b82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Joe's Pawn & Loan',});m_ae10583c86d823ad7dc99a3ff0f15b82['infowindow'] = new google.maps.InfoWindow({content: $lae10583c86d823ad7dc99a3ff0f15b82});var infowindow = new google.maps.InfoWindow({content: $lae10583c86d823ad7dc99a3ff0f15b82});google.maps.event.addListener(m_ae10583c86d823ad7dc99a3ff0f15b82, 'click', function() {infowindow.open(map,m_ae10583c86d823ad7dc99a3ff0f15b82);});$marker.push(m_ae10583c86d823ad7dc99a3ff0f15b82);}});}google.maps.event.addDomListener(window, 'load', initialize);