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.3417,-83.0936)};var g_c1160c285d36704da5d03be47f993c6f = new google.maps.Geocoder();g_c1160c285d36704da5d03be47f993c6f.geocode( { 'address': "1409 E State St, Fremont, OH 43420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fremont-OH-wildermuth-bookkeeping-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('fremont-OH-wildermuth-bookkeeping-services-llc'), mapOptions);}document.getElementById('e951e464').innerHTML += ' | View Map';var $lc1160c285d36704da5d03be47f993c6f = '

Wildermuth Bookkeeping Services, LLC

Address: 1409 E State St, Fremont, OH 43420, USA
Phone: (419) 333-9155
';var m_c1160c285d36704da5d03be47f993c6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wildermuth Bookkeeping Services, LLC',});m_c1160c285d36704da5d03be47f993c6f['infowindow'] = new google.maps.InfoWindow({content: $lc1160c285d36704da5d03be47f993c6f});var infowindow = new google.maps.InfoWindow({content: $lc1160c285d36704da5d03be47f993c6f});google.maps.event.addListener(m_c1160c285d36704da5d03be47f993c6f, 'click', function() {infowindow.open(map,m_c1160c285d36704da5d03be47f993c6f);});$marker.push(m_c1160c285d36704da5d03be47f993c6f);}});}google.maps.event.addDomListener(window, 'load', initialize);