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.6826,-87.5082)};var g_2975c2a0df49e48104fc44a7838db7f7 = new google.maps.Geocoder();g_2975c2a0df49e48104fc44a7838db7f7.geocode( { 'address': "1703 Calumet Ave, Whiting, IN 46394, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whiting-IN-teachers-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('whiting-IN-teachers-credit-union'), mapOptions);}document.getElementById('380b2724').innerHTML += ' | View Map';var $l2975c2a0df49e48104fc44a7838db7f7 = '

Teachers Credit Union

Address: 1703 Calumet Ave, Whiting, IN 46394, USA
Phone: (219) 659-5800
';var m_2975c2a0df49e48104fc44a7838db7f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Teachers Credit Union',});m_2975c2a0df49e48104fc44a7838db7f7['infowindow'] = new google.maps.InfoWindow({content: $l2975c2a0df49e48104fc44a7838db7f7});var infowindow = new google.maps.InfoWindow({content: $l2975c2a0df49e48104fc44a7838db7f7});google.maps.event.addListener(m_2975c2a0df49e48104fc44a7838db7f7, 'click', function() {infowindow.open(map,m_2975c2a0df49e48104fc44a7838db7f7);});$marker.push(m_2975c2a0df49e48104fc44a7838db7f7);}});}google.maps.event.addDomListener(window, 'load', initialize);