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(26.753,-80.9449)};var g_b2dbe3d55551c604c279b34018ff743e = new google.maps.Geocoder();g_b2dbe3d55551c604c279b34018ff743e.geocode( { 'address': "882 W Sugarland Hwy Unit 4, Clewiston, FL 33440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clewiston-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('clewiston-FL-advance-america'), mapOptions);}document.getElementById('fd10c166').innerHTML += ' | View Map';var $lb2dbe3d55551c604c279b34018ff743e = '

Advance America

Address: 882 W Sugarland Hwy Unit 4, Clewiston, FL 33440, USA
Phone: (863) 983-8472
';var m_b2dbe3d55551c604c279b34018ff743e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_b2dbe3d55551c604c279b34018ff743e['infowindow'] = new google.maps.InfoWindow({content: $lb2dbe3d55551c604c279b34018ff743e});var infowindow = new google.maps.InfoWindow({content: $lb2dbe3d55551c604c279b34018ff743e});google.maps.event.addListener(m_b2dbe3d55551c604c279b34018ff743e, 'click', function() {infowindow.open(map,m_b2dbe3d55551c604c279b34018ff743e);});$marker.push(m_b2dbe3d55551c604c279b34018ff743e);}});}google.maps.event.addDomListener(window, 'load', initialize);