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.7093,-86.2363)};var g_d6c5f1627ae5248ab4d83a59578449c2 = new google.maps.Geocoder();g_d6c5f1627ae5248ab4d83a59578449c2.geocode( { 'address': "1828 Moreau Dr, Notre Dame, IN 46556, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('notre-dame-IN-notre-dame-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('notre-dame-IN-notre-dame-federal-credit-union'), mapOptions);}document.getElementById('0c834d91').innerHTML += ' | View Map';var $ld6c5f1627ae5248ab4d83a59578449c2 = '

Notre Dame Federal Credit Union

Address: 1828 Moreau Dr, Notre Dame, IN 46556, USA
Phone: (574) 400-4660
';var m_d6c5f1627ae5248ab4d83a59578449c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Notre Dame Federal Credit Union',});m_d6c5f1627ae5248ab4d83a59578449c2['infowindow'] = new google.maps.InfoWindow({content: $ld6c5f1627ae5248ab4d83a59578449c2});var infowindow = new google.maps.InfoWindow({content: $ld6c5f1627ae5248ab4d83a59578449c2});google.maps.event.addListener(m_d6c5f1627ae5248ab4d83a59578449c2, 'click', function() {infowindow.open(map,m_d6c5f1627ae5248ab4d83a59578449c2);});$marker.push(m_d6c5f1627ae5248ab4d83a59578449c2);}});}google.maps.event.addDomListener(window, 'load', initialize);