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(33.6012,-85.8324)};var g_5843229da3e7e90830f115c591eed732 = new google.maps.Geocoder();g_5843229da3e7e90830f115c591eed732.geocode( { 'address': "155 Plaza Ln, Oxford, AL 36203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('oxford-AL-advance-america'), mapOptions);}document.getElementById('8d28cacb').innerHTML += ' | View Map';var $l5843229da3e7e90830f115c591eed732 = '

Advance America

Address: 155 Plaza Ln, Oxford, AL 36203, USA
Phone: (256) 831-7730
';var m_5843229da3e7e90830f115c591eed732 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_5843229da3e7e90830f115c591eed732['infowindow'] = new google.maps.InfoWindow({content: $l5843229da3e7e90830f115c591eed732});var infowindow = new google.maps.InfoWindow({content: $l5843229da3e7e90830f115c591eed732});google.maps.event.addListener(m_5843229da3e7e90830f115c591eed732, 'click', function() {infowindow.open(map,m_5843229da3e7e90830f115c591eed732);});$marker.push(m_5843229da3e7e90830f115c591eed732);}});}google.maps.event.addDomListener(window, 'load', initialize);