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(27.5871,-81.516)};var g_60a0551fc7c5bd427cbf21cb11e9cc0f = new google.maps.Geocoder();g_60a0551fc7c5bd427cbf21cb11e9cc0f.geocode( { 'address': "806 US-27, Avon Park, FL 33825, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avon-park-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('avon-park-FL-advance-america'), mapOptions);}document.getElementById('c8d090e5').innerHTML += ' | View Map';var $l60a0551fc7c5bd427cbf21cb11e9cc0f = '

Advance America

Address: 806 US-27, Avon Park, FL 33825, USA
Phone: (863) 453-8252
';var m_60a0551fc7c5bd427cbf21cb11e9cc0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_60a0551fc7c5bd427cbf21cb11e9cc0f['infowindow'] = new google.maps.InfoWindow({content: $l60a0551fc7c5bd427cbf21cb11e9cc0f});var infowindow = new google.maps.InfoWindow({content: $l60a0551fc7c5bd427cbf21cb11e9cc0f});google.maps.event.addListener(m_60a0551fc7c5bd427cbf21cb11e9cc0f, 'click', function() {infowindow.open(map,m_60a0551fc7c5bd427cbf21cb11e9cc0f);});$marker.push(m_60a0551fc7c5bd427cbf21cb11e9cc0f);}});}google.maps.event.addDomListener(window, 'load', initialize);