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_c7518a1b6d7dfba75ad2cc2fc526fa65 = new google.maps.Geocoder();g_c7518a1b6d7dfba75ad2cc2fc526fa65.geocode( { 'address': "5384 Wilson Mills Rd, Cleveland, OH 44143"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-st-paschal-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-st-paschal-federal-credit-union'), mapOptions);}document.getElementById('7ef71893').innerHTML += ' | View Map';var $lc7518a1b6d7dfba75ad2cc2fc526fa65 = '

St Paschal Federal Credit Union

Address: 5384 Wilson Mills Rd, Cleveland, OH 44143
Phone: (440) 646-0409
';var m_c7518a1b6d7dfba75ad2cc2fc526fa65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Paschal Federal Credit Union',});m_c7518a1b6d7dfba75ad2cc2fc526fa65['infowindow'] = new google.maps.InfoWindow({content: $lc7518a1b6d7dfba75ad2cc2fc526fa65});var infowindow = new google.maps.InfoWindow({content: $lc7518a1b6d7dfba75ad2cc2fc526fa65});google.maps.event.addListener(m_c7518a1b6d7dfba75ad2cc2fc526fa65, 'click', function() {infowindow.open(map,m_c7518a1b6d7dfba75ad2cc2fc526fa65);});$marker.push(m_c7518a1b6d7dfba75ad2cc2fc526fa65);}});}google.maps.event.addDomListener(window, 'load', initialize);