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(30.6939,-81.9192)};var g_7c68f62e550e41f86efd8b00163984d9 = new google.maps.Geocoder();g_7c68f62e550e41f86efd8b00163984d9.geocode( { 'address': "551856 US-1 #102, Hilliard, FL 32046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilliard-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('hilliard-FL-advance-america'), mapOptions);}document.getElementById('b416c8e2').innerHTML += ' | View Map';var $l7c68f62e550e41f86efd8b00163984d9 = '

Advance America

Address: 551856 US-1 #102, Hilliard, FL 32046, USA
Phone: (904) 845-7600
';var m_7c68f62e550e41f86efd8b00163984d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_7c68f62e550e41f86efd8b00163984d9['infowindow'] = new google.maps.InfoWindow({content: $l7c68f62e550e41f86efd8b00163984d9});var infowindow = new google.maps.InfoWindow({content: $l7c68f62e550e41f86efd8b00163984d9});google.maps.event.addListener(m_7c68f62e550e41f86efd8b00163984d9, 'click', function() {infowindow.open(map,m_7c68f62e550e41f86efd8b00163984d9);});$marker.push(m_7c68f62e550e41f86efd8b00163984d9);}});}google.maps.event.addDomListener(window, 'load', initialize);