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(38.4019,-82.6013)};var g_f9e2270a84c5a14c77836f5ed85d24a8 = new google.maps.Geocoder();g_f9e2270a84c5a14c77836f5ed85d24a8.geocode( { 'address': "3640 Louisa St, Catlettsburg, KY 41129, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('catlettsburg-KY-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('catlettsburg-KY-advance-america'), mapOptions);}document.getElementById('a1471cc8').innerHTML += ' | View Map';var $lf9e2270a84c5a14c77836f5ed85d24a8 = '

Advance America

Address: 3640 Louisa St, Catlettsburg, KY 41129, USA
Phone: (606) 739-4200
';var m_f9e2270a84c5a14c77836f5ed85d24a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_f9e2270a84c5a14c77836f5ed85d24a8['infowindow'] = new google.maps.InfoWindow({content: $lf9e2270a84c5a14c77836f5ed85d24a8});var infowindow = new google.maps.InfoWindow({content: $lf9e2270a84c5a14c77836f5ed85d24a8});google.maps.event.addListener(m_f9e2270a84c5a14c77836f5ed85d24a8, 'click', function() {infowindow.open(map,m_f9e2270a84c5a14c77836f5ed85d24a8);});$marker.push(m_f9e2270a84c5a14c77836f5ed85d24a8);}});}google.maps.event.addDomListener(window, 'load', initialize);