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.1402,-81.8621)};var g_f37464f228b57ff7480a178d52618f98 = new google.maps.Geocoder();g_f37464f228b57ff7480a178d52618f98.geocode( { 'address': "144 N Broadway St, Medina, OH 44256, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medina-OH-medina-county-treasurer').style.display = '';map = new google.maps.Map(document.getElementById('medina-OH-medina-county-treasurer'), mapOptions);}document.getElementById('507eb8cf').innerHTML += ' | View Map';var $lf37464f228b57ff7480a178d52618f98 = '

Medina County Treasurer

Address: 144 N Broadway St, Medina, OH 44256, USA
Phone: (330) 725-9748
';var m_f37464f228b57ff7480a178d52618f98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Medina County Treasurer',});m_f37464f228b57ff7480a178d52618f98['infowindow'] = new google.maps.InfoWindow({content: $lf37464f228b57ff7480a178d52618f98});var infowindow = new google.maps.InfoWindow({content: $lf37464f228b57ff7480a178d52618f98});google.maps.event.addListener(m_f37464f228b57ff7480a178d52618f98, 'click', function() {infowindow.open(map,m_f37464f228b57ff7480a178d52618f98);});$marker.push(m_f37464f228b57ff7480a178d52618f98);}});}google.maps.event.addDomListener(window, 'load', initialize);