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(29.062,-81.3054)};var g_169365fcecf3129b71419171602664ff = new google.maps.Geocoder();g_169365fcecf3129b71419171602664ff.geocode( { 'address': "1702 N Woodland Blvd #104, DeLand, FL 32720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deland-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('deland-FL-advance-america'), mapOptions);}document.getElementById('ea8d25aa').innerHTML += ' | View Map';var $l169365fcecf3129b71419171602664ff = '

Advance America

Address: 1702 N Woodland Blvd #104, DeLand, FL 32720, USA
Phone: (386) 736-6305
';var m_169365fcecf3129b71419171602664ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_169365fcecf3129b71419171602664ff['infowindow'] = new google.maps.InfoWindow({content: $l169365fcecf3129b71419171602664ff});var infowindow = new google.maps.InfoWindow({content: $l169365fcecf3129b71419171602664ff});google.maps.event.addListener(m_169365fcecf3129b71419171602664ff, 'click', function() {infowindow.open(map,m_169365fcecf3129b71419171602664ff);});$marker.push(m_169365fcecf3129b71419171602664ff);}});}google.maps.event.addDomListener(window, 'load', initialize);