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(28.8898,-82.5855)};var g_abb84ee7344664eac12dc64d477007d2 = new google.maps.Geocoder();g_abb84ee7344664eac12dc64d477007d2.geocode( { 'address': "726 SE US Hwy 19, Crystal River, FL 34429, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-river-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('crystal-river-FL-advance-america'), mapOptions);}document.getElementById('40b06661').innerHTML += ' | View Map';var $labb84ee7344664eac12dc64d477007d2 = '

Advance America

Address: 726 SE US Hwy 19, Crystal River, FL 34429, USA
Phone: (352) 795-8914
';var m_abb84ee7344664eac12dc64d477007d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_abb84ee7344664eac12dc64d477007d2['infowindow'] = new google.maps.InfoWindow({content: $labb84ee7344664eac12dc64d477007d2});var infowindow = new google.maps.InfoWindow({content: $labb84ee7344664eac12dc64d477007d2});google.maps.event.addListener(m_abb84ee7344664eac12dc64d477007d2, 'click', function() {infowindow.open(map,m_abb84ee7344664eac12dc64d477007d2);});$marker.push(m_abb84ee7344664eac12dc64d477007d2);}});}google.maps.event.addDomListener(window, 'load', initialize);