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.5532,-84.4057)};var g_33634c80f28bb8ed5190a3e4c006c170 = new google.maps.Geocoder();g_33634c80f28bb8ed5190a3e4c006c170.geocode( { 'address': "1194 Indiana Ave, St Marys, OH 45885, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-marys-OH-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('saint-marys-OH-advance-america'), mapOptions);}document.getElementById('ba304a33').innerHTML += ' | View Map';var $l33634c80f28bb8ed5190a3e4c006c170 = '

Advance America

Address: 1194 Indiana Ave, St Marys, OH 45885, USA
Phone: (419) 394-1191
';var m_33634c80f28bb8ed5190a3e4c006c170 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_33634c80f28bb8ed5190a3e4c006c170['infowindow'] = new google.maps.InfoWindow({content: $l33634c80f28bb8ed5190a3e4c006c170});var infowindow = new google.maps.InfoWindow({content: $l33634c80f28bb8ed5190a3e4c006c170});google.maps.event.addListener(m_33634c80f28bb8ed5190a3e4c006c170, 'click', function() {infowindow.open(map,m_33634c80f28bb8ed5190a3e4c006c170);});$marker.push(m_33634c80f28bb8ed5190a3e4c006c170);}});}google.maps.event.addDomListener(window, 'load', initialize);