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.366,-81.7575)};var g_00adf7c549bef466d2e3cf5ad55a21db = new google.maps.Geocoder();g_00adf7c549bef466d2e3cf5ad55a21db.geocode( { 'address': "7367 York Rd, Cleveland, OH 44130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-holy-family-parma-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-holy-family-parma-federal-cu'), mapOptions);}document.getElementById('94eaed47').innerHTML += ' | View Map';var $l00adf7c549bef466d2e3cf5ad55a21db = '

Holy Family Parma Federal CU

Address: 7367 York Rd, Cleveland, OH 44130, USA
Phone: (440) 842-1620
';var m_00adf7c549bef466d2e3cf5ad55a21db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Holy Family Parma Federal CU',});m_00adf7c549bef466d2e3cf5ad55a21db['infowindow'] = new google.maps.InfoWindow({content: $l00adf7c549bef466d2e3cf5ad55a21db});var infowindow = new google.maps.InfoWindow({content: $l00adf7c549bef466d2e3cf5ad55a21db});google.maps.event.addListener(m_00adf7c549bef466d2e3cf5ad55a21db, 'click', function() {infowindow.open(map,m_00adf7c549bef466d2e3cf5ad55a21db);});$marker.push(m_00adf7c549bef466d2e3cf5ad55a21db);}});}google.maps.event.addDomListener(window, 'load', initialize);