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.7343,-85.8856)};var g_902b29421f11bea0bec33126f1c34112 = new google.maps.Geocoder();g_902b29421f11bea0bec33126f1c34112.geocode( { 'address': "1705 N Dixie Hwy, Elizabethtown, KY 42701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabethtown-KY-advance-america---closed').style.display = '';map = new google.maps.Map(document.getElementById('elizabethtown-KY-advance-america---closed'), mapOptions);}document.getElementById('91c36484').innerHTML += ' | View Map';var $l902b29421f11bea0bec33126f1c34112 = '

Advance America - Closed

Address: 1705 N Dixie Hwy, Elizabethtown, KY 42701, USA
Phone: (270) 765-5312
';var m_902b29421f11bea0bec33126f1c34112 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America - Closed',});m_902b29421f11bea0bec33126f1c34112['infowindow'] = new google.maps.InfoWindow({content: $l902b29421f11bea0bec33126f1c34112});var infowindow = new google.maps.InfoWindow({content: $l902b29421f11bea0bec33126f1c34112});google.maps.event.addListener(m_902b29421f11bea0bec33126f1c34112, 'click', function() {infowindow.open(map,m_902b29421f11bea0bec33126f1c34112);});$marker.push(m_902b29421f11bea0bec33126f1c34112);}});}google.maps.event.addDomListener(window, 'load', initialize);