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.4035,-81.5886)};var g_11e3612fda7917da69180a56362ae0d3 = new google.maps.Geocoder();g_11e3612fda7917da69180a56362ae0d3.geocode( { 'address': "13623 Rockside Rd, Garfield Heights, OH 44125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garfield-heights-OH-ohio-catholic-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('garfield-heights-OH-ohio-catholic-federal-credit-union'), mapOptions);}document.getElementById('4312bbb4').innerHTML += ' | View Map';var $l11e3612fda7917da69180a56362ae0d3 = '

Ohio Catholic Federal Credit Union

Address: 13623 Rockside Rd, Garfield Heights, OH 44125, USA
Phone: (216) 663-8090
';var m_11e3612fda7917da69180a56362ae0d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Catholic Federal Credit Union',});m_11e3612fda7917da69180a56362ae0d3['infowindow'] = new google.maps.InfoWindow({content: $l11e3612fda7917da69180a56362ae0d3});var infowindow = new google.maps.InfoWindow({content: $l11e3612fda7917da69180a56362ae0d3});google.maps.event.addListener(m_11e3612fda7917da69180a56362ae0d3, 'click', function() {infowindow.open(map,m_11e3612fda7917da69180a56362ae0d3);});$marker.push(m_11e3612fda7917da69180a56362ae0d3);}});}google.maps.event.addDomListener(window, 'load', initialize);