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.0021,-82.124)};var g_38620dba624b8b3eca0934a0bdbc4d46 = new google.maps.Geocoder();g_38620dba624b8b3eca0934a0bdbc4d46.geocode( { 'address': "2150 Tamiami Trail Unit 15, Port Charlotte, FL 33948, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-charlotte-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('port-charlotte-FL-advance-america'), mapOptions);}document.getElementById('5da9caa8').innerHTML += ' | View Map';var $l38620dba624b8b3eca0934a0bdbc4d46 = '

Advance America

Address: 2150 Tamiami Trail Unit 15, Port Charlotte, FL 33948, USA
Phone: (941) 764-0082
';var m_38620dba624b8b3eca0934a0bdbc4d46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_38620dba624b8b3eca0934a0bdbc4d46['infowindow'] = new google.maps.InfoWindow({content: $l38620dba624b8b3eca0934a0bdbc4d46});var infowindow = new google.maps.InfoWindow({content: $l38620dba624b8b3eca0934a0bdbc4d46});google.maps.event.addListener(m_38620dba624b8b3eca0934a0bdbc4d46, 'click', function() {infowindow.open(map,m_38620dba624b8b3eca0934a0bdbc4d46);});$marker.push(m_38620dba624b8b3eca0934a0bdbc4d46);}});}google.maps.event.addDomListener(window, 'load', initialize);