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.4933,-81.6762)};var g_5a6a5cdb24ec6da85d4fd8352cb4a9f4 = new google.maps.Geocoder();g_5a6a5cdb24ec6da85d4fd8352cb4a9f4.geocode( { 'address': "2554 E 22nd St, Cleveland, OH 44115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-the-ohio-educational-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-the-ohio-educational-credit-union'), mapOptions);}document.getElementById('5cb9b467').innerHTML += ' | View Map';var $l5a6a5cdb24ec6da85d4fd8352cb4a9f4 = '

The Ohio Educational Credit Union

Address: 2554 E 22nd St, Cleveland, OH 44115, USA
Phone: (216) 621-6296
';var m_5a6a5cdb24ec6da85d4fd8352cb4a9f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Ohio Educational Credit Union',});m_5a6a5cdb24ec6da85d4fd8352cb4a9f4['infowindow'] = new google.maps.InfoWindow({content: $l5a6a5cdb24ec6da85d4fd8352cb4a9f4});var infowindow = new google.maps.InfoWindow({content: $l5a6a5cdb24ec6da85d4fd8352cb4a9f4});google.maps.event.addListener(m_5a6a5cdb24ec6da85d4fd8352cb4a9f4, 'click', function() {infowindow.open(map,m_5a6a5cdb24ec6da85d4fd8352cb4a9f4);});$marker.push(m_5a6a5cdb24ec6da85d4fd8352cb4a9f4);}});}google.maps.event.addDomListener(window, 'load', initialize);