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.1368,-81.8064)};var g_9cf52f6f06a9c89da2e7d34b5ea7dc40 = new google.maps.Geocoder();g_9cf52f6f06a9c89da2e7d34b5ea7dc40.geocode( { 'address': "3303 Medina Rd, Medina, OH 44256, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medina-OH-medina-county-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('medina-OH-medina-county-federal-cu'), mapOptions);}document.getElementById('694aa6f7').innerHTML += ' | View Map';var $l9cf52f6f06a9c89da2e7d34b5ea7dc40 = '

Medina County Federal CU

Address: 3303 Medina Rd, Medina, OH 44256, USA
Phone: (330) 764-8760
';var m_9cf52f6f06a9c89da2e7d34b5ea7dc40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Medina County Federal CU',});m_9cf52f6f06a9c89da2e7d34b5ea7dc40['infowindow'] = new google.maps.InfoWindow({content: $l9cf52f6f06a9c89da2e7d34b5ea7dc40});var infowindow = new google.maps.InfoWindow({content: $l9cf52f6f06a9c89da2e7d34b5ea7dc40});google.maps.event.addListener(m_9cf52f6f06a9c89da2e7d34b5ea7dc40, 'click', function() {infowindow.open(map,m_9cf52f6f06a9c89da2e7d34b5ea7dc40);});$marker.push(m_9cf52f6f06a9c89da2e7d34b5ea7dc40);}});}google.maps.event.addDomListener(window, 'load', initialize);