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.6619,-82.114)};var g_39fc554c46014a6b1f5203407cc36859 = new google.maps.Geocoder();g_39fc554c46014a6b1f5203407cc36859.geocode( { 'address': "802 N Main St, Bushnell, FL 33513"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bushnell-FL-amsouth').style.display = '';map = new google.maps.Map(document.getElementById('bushnell-FL-amsouth'), mapOptions);}document.getElementById('b5e2d99b').innerHTML += ' | View Map';var $l39fc554c46014a6b1f5203407cc36859 = '

Amsouth

Address: 802 N Main St, Bushnell, FL 33513
Phone: (352) 793-2225
';var m_39fc554c46014a6b1f5203407cc36859 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amsouth',});m_39fc554c46014a6b1f5203407cc36859['infowindow'] = new google.maps.InfoWindow({content: $l39fc554c46014a6b1f5203407cc36859});var infowindow = new google.maps.InfoWindow({content: $l39fc554c46014a6b1f5203407cc36859});google.maps.event.addListener(m_39fc554c46014a6b1f5203407cc36859, 'click', function() {infowindow.open(map,m_39fc554c46014a6b1f5203407cc36859);});$marker.push(m_39fc554c46014a6b1f5203407cc36859);}});}google.maps.event.addDomListener(window, 'load', initialize);