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.9873,-82.1227)};var g_e66efd35a0d21d16a263a369948e9ab4 = new google.maps.Geocoder();g_e66efd35a0d21d16a263a369948e9ab4.geocode( { 'address': "109 West Alexander Street, Plant City, FL 33563, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plant-city-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('plant-city-FL-advance-america'), mapOptions);}document.getElementById('04712ddc').innerHTML += ' | View Map';var $le66efd35a0d21d16a263a369948e9ab4 = '

Advance America

Address: 109 West Alexander Street, Plant City, FL 33563, USA
Phone: (813) 719-6522
';var m_e66efd35a0d21d16a263a369948e9ab4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_e66efd35a0d21d16a263a369948e9ab4['infowindow'] = new google.maps.InfoWindow({content: $le66efd35a0d21d16a263a369948e9ab4});var infowindow = new google.maps.InfoWindow({content: $le66efd35a0d21d16a263a369948e9ab4});google.maps.event.addListener(m_e66efd35a0d21d16a263a369948e9ab4, 'click', function() {infowindow.open(map,m_e66efd35a0d21d16a263a369948e9ab4);});$marker.push(m_e66efd35a0d21d16a263a369948e9ab4);}});}google.maps.event.addDomListener(window, 'load', initialize);