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.7609,-81.4351)};var g_e881546ab113ab46fd239b2a91f23238 = new google.maps.Geocoder();g_e881546ab113ab46fd239b2a91f23238.geocode( { 'address': "51 S Lee St #6, LaBelle, FL 33935, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('labelle-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('labelle-FL-advance-america'), mapOptions);}document.getElementById('8a2d76c4').innerHTML += ' | View Map';var $le881546ab113ab46fd239b2a91f23238 = '

Advance America

Address: 51 S Lee St #6, LaBelle, FL 33935, USA
Phone: (863) 612-0354
';var m_e881546ab113ab46fd239b2a91f23238 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_e881546ab113ab46fd239b2a91f23238['infowindow'] = new google.maps.InfoWindow({content: $le881546ab113ab46fd239b2a91f23238});var infowindow = new google.maps.InfoWindow({content: $le881546ab113ab46fd239b2a91f23238});google.maps.event.addListener(m_e881546ab113ab46fd239b2a91f23238, 'click', function() {infowindow.open(map,m_e881546ab113ab46fd239b2a91f23238);});$marker.push(m_e881546ab113ab46fd239b2a91f23238);}});}google.maps.event.addDomListener(window, 'load', initialize);