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.8077,-82.578)};var g_8c85abec94fdc856884df63afc5c5fef = new google.maps.Geocoder();g_8c85abec94fdc856884df63afc5c5fef.geocode( { 'address': "3760 S Suncoast Blvd, Homosassa, FL 34448, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homosassa-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('homosassa-FL-advance-america'), mapOptions);}document.getElementById('22374c58').innerHTML += ' | View Map';var $l8c85abec94fdc856884df63afc5c5fef = '

Advance America

Address: 3760 S Suncoast Blvd, Homosassa, FL 34448, USA
Phone: (352) 628-2005
';var m_8c85abec94fdc856884df63afc5c5fef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_8c85abec94fdc856884df63afc5c5fef['infowindow'] = new google.maps.InfoWindow({content: $l8c85abec94fdc856884df63afc5c5fef});var infowindow = new google.maps.InfoWindow({content: $l8c85abec94fdc856884df63afc5c5fef});google.maps.event.addListener(m_8c85abec94fdc856884df63afc5c5fef, 'click', function() {infowindow.open(map,m_8c85abec94fdc856884df63afc5c5fef);});$marker.push(m_8c85abec94fdc856884df63afc5c5fef);}});}google.maps.event.addDomListener(window, 'load', initialize);