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.6672,-84.9896)};var g_595675a771ced4a4e62f56480fc9f893 = new google.maps.Geocoder();g_595675a771ced4a4e62f56480fc9f893.geocode( { 'address': "2410 N Wayne St, Angola, IN 46703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angola-IN-profed-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('angola-IN-profed-federal-credit-union'), mapOptions);}document.getElementById('8677891e').innerHTML += ' | View Map';var $l595675a771ced4a4e62f56480fc9f893 = '

ProFed Federal Credit Union

Address: 2410 N Wayne St, Angola, IN 46703
Phone: (260) 665-7092
';var m_595675a771ced4a4e62f56480fc9f893 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ProFed Federal Credit Union',});m_595675a771ced4a4e62f56480fc9f893['infowindow'] = new google.maps.InfoWindow({content: $l595675a771ced4a4e62f56480fc9f893});var infowindow = new google.maps.InfoWindow({content: $l595675a771ced4a4e62f56480fc9f893});google.maps.event.addListener(m_595675a771ced4a4e62f56480fc9f893, 'click', function() {infowindow.open(map,m_595675a771ced4a4e62f56480fc9f893);});$marker.push(m_595675a771ced4a4e62f56480fc9f893);}});}google.maps.event.addDomListener(window, 'load', initialize);