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(41.2983,-84.361)};var g_36537f9bce736ff854a9589d7a901999 = new google.maps.Geocoder();g_36537f9bce736ff854a9589d7a901999.geocode( { 'address': "840 N Clinton St, Defiance, OH 43512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('defiance-OH-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('defiance-OH-advance-america'), mapOptions);}document.getElementById('2b943ab1').innerHTML += ' | View Map';var $l36537f9bce736ff854a9589d7a901999 = '

Advance America

Address: 840 N Clinton St, Defiance, OH 43512, USA
Phone: (419) 782-4424
';var m_36537f9bce736ff854a9589d7a901999 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_36537f9bce736ff854a9589d7a901999['infowindow'] = new google.maps.InfoWindow({content: $l36537f9bce736ff854a9589d7a901999});var infowindow = new google.maps.InfoWindow({content: $l36537f9bce736ff854a9589d7a901999});google.maps.event.addListener(m_36537f9bce736ff854a9589d7a901999, 'click', function() {infowindow.open(map,m_36537f9bce736ff854a9589d7a901999);});$marker.push(m_36537f9bce736ff854a9589d7a901999);}});}google.maps.event.addDomListener(window, 'load', initialize);