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.4184,-81.6122)};var g_e1fabd6ccbf9abca6189afb5efebbe9d = new google.maps.Geocoder();g_e1fabd6ccbf9abca6189afb5efebbe9d.geocode( { 'address': "5269 E 104th St, Cleveland, OH 44125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-st-therese-st-peter--paul-fcu').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-st-therese-st-peter--paul-fcu'), mapOptions);}document.getElementById('6d9b4e8f').innerHTML += ' | View Map';var $le1fabd6ccbf9abca6189afb5efebbe9d = '

St Therese St Peter & Paul Fcu

Address: 5269 E 104th St, Cleveland, OH 44125, USA
Phone: (216) 587-0631
';var m_e1fabd6ccbf9abca6189afb5efebbe9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Therese St Peter & Paul Fcu',});m_e1fabd6ccbf9abca6189afb5efebbe9d['infowindow'] = new google.maps.InfoWindow({content: $le1fabd6ccbf9abca6189afb5efebbe9d});var infowindow = new google.maps.InfoWindow({content: $le1fabd6ccbf9abca6189afb5efebbe9d});google.maps.event.addListener(m_e1fabd6ccbf9abca6189afb5efebbe9d, 'click', function() {infowindow.open(map,m_e1fabd6ccbf9abca6189afb5efebbe9d);});$marker.push(m_e1fabd6ccbf9abca6189afb5efebbe9d);}});}google.maps.event.addDomListener(window, 'load', initialize);