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.0065,-81.694)};var g_cb2bcf62ec949b30b4ffe87834cbdb18 = new google.maps.Geocoder();g_cb2bcf62ec949b30b4ffe87834cbdb18.geocode( { 'address': "1305 N Orange Ave #118, Green Cove Springs, FL 32043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('green-cove-springs-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('green-cove-springs-FL-advance-america'), mapOptions);}document.getElementById('03d5d5e2').innerHTML += ' | View Map';var $lcb2bcf62ec949b30b4ffe87834cbdb18 = '

Advance America

Address: 1305 N Orange Ave #118, Green Cove Springs, FL 32043, USA
Phone: (904) 284-6000
';var m_cb2bcf62ec949b30b4ffe87834cbdb18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_cb2bcf62ec949b30b4ffe87834cbdb18['infowindow'] = new google.maps.InfoWindow({content: $lcb2bcf62ec949b30b4ffe87834cbdb18});var infowindow = new google.maps.InfoWindow({content: $lcb2bcf62ec949b30b4ffe87834cbdb18});google.maps.event.addListener(m_cb2bcf62ec949b30b4ffe87834cbdb18, 'click', function() {infowindow.open(map,m_cb2bcf62ec949b30b4ffe87834cbdb18);});$marker.push(m_cb2bcf62ec949b30b4ffe87834cbdb18);}});}google.maps.event.addDomListener(window, 'load', initialize);