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.3383,-84.3427)};var g_45c468aecb10cf20f60f53a987e71c57 = new google.maps.Geocoder();g_45c468aecb10cf20f60f53a987e71c57.geocode( { 'address': "1071 Reading Rd, Mason, OH 45040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mason-OH-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('mason-OH-advance-america'), mapOptions);}document.getElementById('c60b179e').innerHTML += ' | View Map';var $l45c468aecb10cf20f60f53a987e71c57 = '

Advance America

Address: 1071 Reading Rd, Mason, OH 45040, USA
Phone: (513) 336-6846
';var m_45c468aecb10cf20f60f53a987e71c57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_45c468aecb10cf20f60f53a987e71c57['infowindow'] = new google.maps.InfoWindow({content: $l45c468aecb10cf20f60f53a987e71c57});var infowindow = new google.maps.InfoWindow({content: $l45c468aecb10cf20f60f53a987e71c57});google.maps.event.addListener(m_45c468aecb10cf20f60f53a987e71c57, 'click', function() {infowindow.open(map,m_45c468aecb10cf20f60f53a987e71c57);});$marker.push(m_45c468aecb10cf20f60f53a987e71c57);}});}google.maps.event.addDomListener(window, 'load', initialize);