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(40.1429,-84.2669)};var g_ca885e167e7c380026a38e3919e42c1d = new google.maps.Geocoder();g_ca885e167e7c380026a38e3919e42c1d.geocode( { 'address': "1570 Covington Ave, Piqua, OH 45356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('piqua-OH-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('piqua-OH-advance-america'), mapOptions);}document.getElementById('14836c8d').innerHTML += ' | View Map';var $lca885e167e7c380026a38e3919e42c1d = '

Advance America

Address: 1570 Covington Ave, Piqua, OH 45356, USA
Phone: (937) 778-8841
';var m_ca885e167e7c380026a38e3919e42c1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_ca885e167e7c380026a38e3919e42c1d['infowindow'] = new google.maps.InfoWindow({content: $lca885e167e7c380026a38e3919e42c1d});var infowindow = new google.maps.InfoWindow({content: $lca885e167e7c380026a38e3919e42c1d});google.maps.event.addListener(m_ca885e167e7c380026a38e3919e42c1d, 'click', function() {infowindow.open(map,m_ca885e167e7c380026a38e3919e42c1d);});$marker.push(m_ca885e167e7c380026a38e3919e42c1d);}});}google.maps.event.addDomListener(window, 'load', initialize);