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.566,-83.1196)};var g_d0e5d77af138a35d2ce7ee1a5de2c36c = new google.maps.Geocoder();g_d0e5d77af138a35d2ce7ee1a5de2c36c.geocode( { 'address': "1296 Delaware Ave #103, Marion, OH 43302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-OH-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('marion-OH-advance-america'), mapOptions);}document.getElementById('c693f442').innerHTML += ' | View Map';var $ld0e5d77af138a35d2ce7ee1a5de2c36c = '

Advance America

Address: 1296 Delaware Ave #103, Marion, OH 43302, USA
Phone: (740) 382-9792
';var m_d0e5d77af138a35d2ce7ee1a5de2c36c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_d0e5d77af138a35d2ce7ee1a5de2c36c['infowindow'] = new google.maps.InfoWindow({content: $ld0e5d77af138a35d2ce7ee1a5de2c36c});var infowindow = new google.maps.InfoWindow({content: $ld0e5d77af138a35d2ce7ee1a5de2c36c});google.maps.event.addListener(m_d0e5d77af138a35d2ce7ee1a5de2c36c, 'click', function() {infowindow.open(map,m_d0e5d77af138a35d2ce7ee1a5de2c36c);});$marker.push(m_d0e5d77af138a35d2ce7ee1a5de2c36c);}});}google.maps.event.addDomListener(window, 'load', initialize);