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.8086,-83.2983)};var g_02107ce897bd8e0c55a3f6e4afb96634 = new google.maps.Geocoder();g_02107ce897bd8e0c55a3f6e4afb96634.geocode( { 'address': "2366 US-421, Harlan, KY 40831, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlan-KY-harlan-check-exchange').style.display = '';map = new google.maps.Map(document.getElementById('harlan-KY-harlan-check-exchange'), mapOptions);}document.getElementById('1d300ab2').innerHTML += ' | View Map';var $l02107ce897bd8e0c55a3f6e4afb96634 = '

Harlan Check Exchange

Address: 2366 US-421, Harlan, KY 40831, USA
Phone: (606) 574-0750
';var m_02107ce897bd8e0c55a3f6e4afb96634 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harlan Check Exchange',});m_02107ce897bd8e0c55a3f6e4afb96634['infowindow'] = new google.maps.InfoWindow({content: $l02107ce897bd8e0c55a3f6e4afb96634});var infowindow = new google.maps.InfoWindow({content: $l02107ce897bd8e0c55a3f6e4afb96634});google.maps.event.addListener(m_02107ce897bd8e0c55a3f6e4afb96634, 'click', function() {infowindow.open(map,m_02107ce897bd8e0c55a3f6e4afb96634);});$marker.push(m_02107ce897bd8e0c55a3f6e4afb96634);}});}google.maps.event.addDomListener(window, 'load', initialize);