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.494,-81.6694)};var g_9bf347db69956789724519857d126a22 = new google.maps.Geocoder();g_9bf347db69956789724519857d126a22.geocode( { 'address': "14780 Superior Rd, Cleveland, OH 44118"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-cleveland-heights-teachers-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-cleveland-heights-teachers-credit-union'), mapOptions);}document.getElementById('0993fcc8').innerHTML += ' | View Map';var $l9bf347db69956789724519857d126a22 = '

Cleveland Heights Teachers Credit Union

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