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.7544,-85.5491)};var g_5e76082f4bea73433b249410431a109b = new google.maps.Geocoder();g_5e76082f4bea73433b249410431a109b.geocode( { 'address': "1607 Main St B, Chipley, FL 32428, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chipley-FL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('chipley-FL-advance-america'), mapOptions);}document.getElementById('22b76899').innerHTML += ' | View Map';var $l5e76082f4bea73433b249410431a109b = '

Advance America

Address: 1607 Main St B, Chipley, FL 32428, USA
Phone: (850) 638-0048
';var m_5e76082f4bea73433b249410431a109b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_5e76082f4bea73433b249410431a109b['infowindow'] = new google.maps.InfoWindow({content: $l5e76082f4bea73433b249410431a109b});var infowindow = new google.maps.InfoWindow({content: $l5e76082f4bea73433b249410431a109b});google.maps.event.addListener(m_5e76082f4bea73433b249410431a109b, 'click', function() {infowindow.open(map,m_5e76082f4bea73433b249410431a109b);});$marker.push(m_5e76082f4bea73433b249410431a109b);}});}google.maps.event.addDomListener(window, 'load', initialize);