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(38.327,-85.8183)};var g_560813a7c0280f864e83d8628b3d00fb = new google.maps.Geocoder();g_560813a7c0280f864e83d8628b3d00fb.geocode( { 'address': "3308 Grant Line Rd, New Albany, IN 47150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-albany-IN-teachers-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-albany-IN-teachers-credit-union'), mapOptions);}document.getElementById('93251390').innerHTML += ' | View Map';var $l560813a7c0280f864e83d8628b3d00fb = '

Teachers Credit Union

Address: 3308 Grant Line Rd, New Albany, IN 47150, USA
Phone: (812) 948-6466
';var m_560813a7c0280f864e83d8628b3d00fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Teachers Credit Union',});m_560813a7c0280f864e83d8628b3d00fb['infowindow'] = new google.maps.InfoWindow({content: $l560813a7c0280f864e83d8628b3d00fb});var infowindow = new google.maps.InfoWindow({content: $l560813a7c0280f864e83d8628b3d00fb});google.maps.event.addListener(m_560813a7c0280f864e83d8628b3d00fb, 'click', function() {infowindow.open(map,m_560813a7c0280f864e83d8628b3d00fb);});$marker.push(m_560813a7c0280f864e83d8628b3d00fb);}});}google.maps.event.addDomListener(window, 'load', initialize);