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.6003,-81.7454)};var g_8e65aff4b74febf52c314c22e34c2d32 = new google.maps.Geocoder();g_8e65aff4b74febf52c314c22e34c2d32.geocode( { 'address': "3509 US-62, Millersburg, OH 44654, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millersburg-OH-amish-helping-fund').style.display = '';map = new google.maps.Map(document.getElementById('millersburg-OH-amish-helping-fund'), mapOptions);}document.getElementById('5db55c3b').innerHTML += ' | View Map';var $l8e65aff4b74febf52c314c22e34c2d32 = '

Amish Helping Fund

Address: 3509 US-62, Millersburg, OH 44654, USA
Phone: (330) 893-9090
';var m_8e65aff4b74febf52c314c22e34c2d32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amish Helping Fund',});m_8e65aff4b74febf52c314c22e34c2d32['infowindow'] = new google.maps.InfoWindow({content: $l8e65aff4b74febf52c314c22e34c2d32});var infowindow = new google.maps.InfoWindow({content: $l8e65aff4b74febf52c314c22e34c2d32});google.maps.event.addListener(m_8e65aff4b74febf52c314c22e34c2d32, 'click', function() {infowindow.open(map,m_8e65aff4b74febf52c314c22e34c2d32);});$marker.push(m_8e65aff4b74febf52c314c22e34c2d32);}});}google.maps.event.addDomListener(window, 'load', initialize);