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.5049,-81.5544)};var g_51381b7ce3c88f37229a286cf3305d44 = new google.maps.Geocoder();g_51381b7ce3c88f37229a286cf3305d44.geocode( { 'address': "14780 Superior Rd, Cleveland, OH 44118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-cleveland-heights-teachers-cu').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-cleveland-heights-teachers-cu'), mapOptions);}document.getElementById('314a075a').innerHTML += ' | View Map';var $l51381b7ce3c88f37229a286cf3305d44 = '

Cleveland Heights Teachers CU

Address: 14780 Superior Rd, Cleveland, OH 44118, USA
Phone: (216) 371-2550
';var m_51381b7ce3c88f37229a286cf3305d44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cleveland Heights Teachers CU',});m_51381b7ce3c88f37229a286cf3305d44['infowindow'] = new google.maps.InfoWindow({content: $l51381b7ce3c88f37229a286cf3305d44});var infowindow = new google.maps.InfoWindow({content: $l51381b7ce3c88f37229a286cf3305d44});google.maps.event.addListener(m_51381b7ce3c88f37229a286cf3305d44, 'click', function() {infowindow.open(map,m_51381b7ce3c88f37229a286cf3305d44);});$marker.push(m_51381b7ce3c88f37229a286cf3305d44);}});}google.maps.event.addDomListener(window, 'load', initialize);