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.4892,-87.0746)};var g_18070bd62a9c81bad4c476c5b93a0cb4 = new google.maps.Geocoder();g_18070bd62a9c81bad4c476c5b93a0cb4.geocode( { 'address': "2600 Roosevelt Rd, STE 100-1, Valparaiso, IN 46383"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valparaiso-IN-teachers-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('valparaiso-IN-teachers-credit-union'), mapOptions);}document.getElementById('91cce30e').innerHTML += ' | View Map';var $l18070bd62a9c81bad4c476c5b93a0cb4 = '

Teachers Credit Union

Address: 2600 Roosevelt Rd, STE 100-1, Valparaiso, IN 46383
Phone: (219) 464-2501
';var m_18070bd62a9c81bad4c476c5b93a0cb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Teachers Credit Union',});m_18070bd62a9c81bad4c476c5b93a0cb4['infowindow'] = new google.maps.InfoWindow({content: $l18070bd62a9c81bad4c476c5b93a0cb4});var infowindow = new google.maps.InfoWindow({content: $l18070bd62a9c81bad4c476c5b93a0cb4});google.maps.event.addListener(m_18070bd62a9c81bad4c476c5b93a0cb4, 'click', function() {infowindow.open(map,m_18070bd62a9c81bad4c476c5b93a0cb4);});$marker.push(m_18070bd62a9c81bad4c476c5b93a0cb4);}});}google.maps.event.addDomListener(window, 'load', initialize);