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.0077,-85.9265)};var g_7518a0340107646a1c1fc027b5cbe921 = new google.maps.Geocoder();g_7518a0340107646a1c1fc027b5cbe921.geocode( { 'address': "332 N L Rogers Wells Blvd, Glasgow, KY 42141, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glasgow-KY-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('glasgow-KY-advance-america'), mapOptions);}document.getElementById('82da14b2').innerHTML += ' | View Map';var $l7518a0340107646a1c1fc027b5cbe921 = '

Advance America

Address: 332 N L Rogers Wells Blvd, Glasgow, KY 42141, USA
Phone: (270) 651-1990
';var m_7518a0340107646a1c1fc027b5cbe921 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_7518a0340107646a1c1fc027b5cbe921['infowindow'] = new google.maps.InfoWindow({content: $l7518a0340107646a1c1fc027b5cbe921});var infowindow = new google.maps.InfoWindow({content: $l7518a0340107646a1c1fc027b5cbe921});google.maps.event.addListener(m_7518a0340107646a1c1fc027b5cbe921, 'click', function() {infowindow.open(map,m_7518a0340107646a1c1fc027b5cbe921);});$marker.push(m_7518a0340107646a1c1fc027b5cbe921);}});}google.maps.event.addDomListener(window, 'load', initialize);