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(36.8321,-83.3243)};var g_51447b8c95b6f5c461d0dd80a05f02d8 = new google.maps.Geocoder();g_51447b8c95b6f5c461d0dd80a05f02d8.geocode( { 'address': "2415 KY-72, Harlan, KY 40831, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlan-KY-speedy-cash').style.display = '';map = new google.maps.Map(document.getElementById('harlan-KY-speedy-cash'), mapOptions);}document.getElementById('aace4787').innerHTML += ' | View Map';var $l51447b8c95b6f5c461d0dd80a05f02d8 = '

Speedy Cash

Address: 2415 KY-72, Harlan, KY 40831, USA
Phone: (606) 573-5000
';var m_51447b8c95b6f5c461d0dd80a05f02d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Speedy Cash',});m_51447b8c95b6f5c461d0dd80a05f02d8['infowindow'] = new google.maps.InfoWindow({content: $l51447b8c95b6f5c461d0dd80a05f02d8});var infowindow = new google.maps.InfoWindow({content: $l51447b8c95b6f5c461d0dd80a05f02d8});google.maps.event.addListener(m_51447b8c95b6f5c461d0dd80a05f02d8, 'click', function() {infowindow.open(map,m_51447b8c95b6f5c461d0dd80a05f02d8);});$marker.push(m_51447b8c95b6f5c461d0dd80a05f02d8);}});}google.maps.event.addDomListener(window, 'load', initialize);