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.143,-81.8643)};var g_9c6cb1fde404971ecd01e5fcc087a0dc = new google.maps.Geocoder();g_9c6cb1fde404971ecd01e5fcc087a0dc.geocode( { 'address': "329 N Court St, Medina, OH 44256, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medina-OH-jennifer-hiteshue---state-farm-insurance-agent').style.display = '';map = new google.maps.Map(document.getElementById('medina-OH-jennifer-hiteshue---state-farm-insurance-agent'), mapOptions);}document.getElementById('33cee2d6').innerHTML += ' | View Map';var $l9c6cb1fde404971ecd01e5fcc087a0dc = '

Jennifer Hiteshue - State Farm Insurance Agent

Address: 329 N Court St, Medina, OH 44256, USA
Phone: (330) 725-0128
';var m_9c6cb1fde404971ecd01e5fcc087a0dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jennifer Hiteshue - State Farm Insurance Agent',});m_9c6cb1fde404971ecd01e5fcc087a0dc['infowindow'] = new google.maps.InfoWindow({content: $l9c6cb1fde404971ecd01e5fcc087a0dc});var infowindow = new google.maps.InfoWindow({content: $l9c6cb1fde404971ecd01e5fcc087a0dc});google.maps.event.addListener(m_9c6cb1fde404971ecd01e5fcc087a0dc, 'click', function() {infowindow.open(map,m_9c6cb1fde404971ecd01e5fcc087a0dc);});$marker.push(m_9c6cb1fde404971ecd01e5fcc087a0dc);}});}google.maps.event.addDomListener(window, 'load', initialize);