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_87c31c6fa12b5f9a93d4d886c0e9b151 = new google.maps.Geocoder();g_87c31c6fa12b5f9a93d4d886c0e9b151.geocode( { 'address': "370 Morthland Dr, Valparaiso, IN 46383"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valparaiso-IN-tech-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('valparaiso-IN-tech-credit-union'), mapOptions);}document.getElementById('b3f58376').innerHTML += ' | View Map';var $l87c31c6fa12b5f9a93d4d886c0e9b151 = '

Tech Credit Union

Address: 370 Morthland Dr, Valparaiso, IN 46383
Phone: (219) 246-4432
';var m_87c31c6fa12b5f9a93d4d886c0e9b151 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tech Credit Union',});m_87c31c6fa12b5f9a93d4d886c0e9b151['infowindow'] = new google.maps.InfoWindow({content: $l87c31c6fa12b5f9a93d4d886c0e9b151});var infowindow = new google.maps.InfoWindow({content: $l87c31c6fa12b5f9a93d4d886c0e9b151});google.maps.event.addListener(m_87c31c6fa12b5f9a93d4d886c0e9b151, 'click', function() {infowindow.open(map,m_87c31c6fa12b5f9a93d4d886c0e9b151);});$marker.push(m_87c31c6fa12b5f9a93d4d886c0e9b151);}});}google.maps.event.addDomListener(window, 'load', initialize);