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(39.6477,-86.8287)};var g_0773eb1cf05d856e1880856f98d5a1f5 = new google.maps.Geocoder();g_0773eb1cf05d856e1880856f98d5a1f5.geocode( { 'address': "57 Putnam Plaza, Greencastle, IN 46135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greencastle-IN-teachers-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('greencastle-IN-teachers-credit-union'), mapOptions);}document.getElementById('2b76fe8c').innerHTML += ' | View Map';var $l0773eb1cf05d856e1880856f98d5a1f5 = '

Teachers Credit Union

Address: 57 Putnam Plaza, Greencastle, IN 46135, USA
Phone: (765) 653-7833
';var m_0773eb1cf05d856e1880856f98d5a1f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Teachers Credit Union',});m_0773eb1cf05d856e1880856f98d5a1f5['infowindow'] = new google.maps.InfoWindow({content: $l0773eb1cf05d856e1880856f98d5a1f5});var infowindow = new google.maps.InfoWindow({content: $l0773eb1cf05d856e1880856f98d5a1f5});google.maps.event.addListener(m_0773eb1cf05d856e1880856f98d5a1f5, 'click', function() {infowindow.open(map,m_0773eb1cf05d856e1880856f98d5a1f5);});$marker.push(m_0773eb1cf05d856e1880856f98d5a1f5);}});}google.maps.event.addDomListener(window, 'load', initialize);