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.519,-81.5171)};var g_0ba6060d3c2c4280044c6b1eb612305e = new google.maps.Geocoder();g_0ba6060d3c2c4280044c6b1eb612305e.geocode( { 'address': "1499 Dean Dr, South Euclid, OH 44121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-euclid-OH-sts-margaret-and-gregory-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-euclid-OH-sts-margaret-and-gregory-federal-credit-union'), mapOptions);}document.getElementById('3d8e44b7').innerHTML += ' | View Map';var $l0ba6060d3c2c4280044c6b1eb612305e = '

Sts. Margaret and Gregory Federal Credit Union

Address: 1499 Dean Dr, South Euclid, OH 44121, USA
Phone: (216) 691-0242
';var m_0ba6060d3c2c4280044c6b1eb612305e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sts. Margaret and Gregory Federal Credit Union',});m_0ba6060d3c2c4280044c6b1eb612305e['infowindow'] = new google.maps.InfoWindow({content: $l0ba6060d3c2c4280044c6b1eb612305e});var infowindow = new google.maps.InfoWindow({content: $l0ba6060d3c2c4280044c6b1eb612305e});google.maps.event.addListener(m_0ba6060d3c2c4280044c6b1eb612305e, 'click', function() {infowindow.open(map,m_0ba6060d3c2c4280044c6b1eb612305e);});$marker.push(m_0ba6060d3c2c4280044c6b1eb612305e);}});}google.maps.event.addDomListener(window, 'load', initialize);