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(39.5842,-82.9487)};var g_97beec5643d7199a4c74875b33aebb31 = new google.maps.Geocoder();g_97beec5643d7199a4c74875b33aebb31.geocode( { 'address': "1426 Circleville Plaza Dr, Circleville, OH 43113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('circleville-OH-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('circleville-OH-advance-america'), mapOptions);}document.getElementById('ed8e6d28').innerHTML += ' | View Map';var $l97beec5643d7199a4c74875b33aebb31 = '

Advance America

Address: 1426 Circleville Plaza Dr, Circleville, OH 43113, USA
Phone: (740) 420-6379
';var m_97beec5643d7199a4c74875b33aebb31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_97beec5643d7199a4c74875b33aebb31['infowindow'] = new google.maps.InfoWindow({content: $l97beec5643d7199a4c74875b33aebb31});var infowindow = new google.maps.InfoWindow({content: $l97beec5643d7199a4c74875b33aebb31});google.maps.event.addListener(m_97beec5643d7199a4c74875b33aebb31, 'click', function() {infowindow.open(map,m_97beec5643d7199a4c74875b33aebb31);});$marker.push(m_97beec5643d7199a4c74875b33aebb31);}});}google.maps.event.addDomListener(window, 'load', initialize);