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.1376,-82.7934)};var g_eb125f42dbfeada3249d747b0b19f092 = new google.maps.Geocoder();g_eb125f42dbfeada3249d747b0b19f092.geocode( { 'address': "752 State Hwy 2034 #5, Ermine, KY 41815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ermine-KY-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('ermine-KY-cash-express'), mapOptions);}document.getElementById('8062a9ad').innerHTML += ' | View Map';var $leb125f42dbfeada3249d747b0b19f092 = '

Cash Express

Address: 752 State Hwy 2034 #5, Ermine, KY 41815, USA
Phone: (606) 633-7734
';var m_eb125f42dbfeada3249d747b0b19f092 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Express',});m_eb125f42dbfeada3249d747b0b19f092['infowindow'] = new google.maps.InfoWindow({content: $leb125f42dbfeada3249d747b0b19f092});var infowindow = new google.maps.InfoWindow({content: $leb125f42dbfeada3249d747b0b19f092});google.maps.event.addListener(m_eb125f42dbfeada3249d747b0b19f092, 'click', function() {infowindow.open(map,m_eb125f42dbfeada3249d747b0b19f092);});$marker.push(m_eb125f42dbfeada3249d747b0b19f092);}});}google.maps.event.addDomListener(window, 'load', initialize);