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(43.0056,-73.8604)};var g_01edfe9e99c2cb54c987700056bda338 = new google.maps.Geocoder();g_01edfe9e99c2cb54c987700056bda338.geocode( { 'address': "416 Rowland St, Ballston Spa, NY 12020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ballston-spa-NY-t-c-t-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ballston-spa-NY-t-c-t-federal-credit-union'), mapOptions);}document.getElementById('bbef3ab0').innerHTML += ' | View Map';var $l01edfe9e99c2cb54c987700056bda338 = '

T C T Federal Credit Union

Address: 416 Rowland St, Ballston Spa, NY 12020
Phone: (518) 884-7002
';var m_01edfe9e99c2cb54c987700056bda338 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'T C T Federal Credit Union',});m_01edfe9e99c2cb54c987700056bda338['infowindow'] = new google.maps.InfoWindow({content: $l01edfe9e99c2cb54c987700056bda338});var infowindow = new google.maps.InfoWindow({content: $l01edfe9e99c2cb54c987700056bda338});google.maps.event.addListener(m_01edfe9e99c2cb54c987700056bda338, 'click', function() {infowindow.open(map,m_01edfe9e99c2cb54c987700056bda338);});$marker.push(m_01edfe9e99c2cb54c987700056bda338);}});}google.maps.event.addDomListener(window, 'load', initialize);