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.6073,-73.8291)};var g_a6421715d9138b287e46447bd800f0ea = new google.maps.Geocoder();g_a6421715d9138b287e46447bd800f0ea.geocode( { 'address': "900 NY-376, Wappingers Falls, NY 12590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wappingers-falls-NY-teg-federal-credit-union---route-376---fishkill-plains').style.display = '';map = new google.maps.Map(document.getElementById('wappingers-falls-NY-teg-federal-credit-union---route-376---fishkill-plains'), mapOptions);}document.getElementById('97d0306a').innerHTML += ' | View Map';var $la6421715d9138b287e46447bd800f0ea = '

TEG Federal Credit Union - Route 376 - Fishkill Plains

Address: 900 NY-376, Wappingers Falls, NY 12590, USA
Phone: (845) 452-7323
';var m_a6421715d9138b287e46447bd800f0ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TEG Federal Credit Union - Route 376 - Fishkill Plains',});m_a6421715d9138b287e46447bd800f0ea['infowindow'] = new google.maps.InfoWindow({content: $la6421715d9138b287e46447bd800f0ea});var infowindow = new google.maps.InfoWindow({content: $la6421715d9138b287e46447bd800f0ea});google.maps.event.addListener(m_a6421715d9138b287e46447bd800f0ea, 'click', function() {infowindow.open(map,m_a6421715d9138b287e46447bd800f0ea);});$marker.push(m_a6421715d9138b287e46447bd800f0ea);}});}google.maps.event.addDomListener(window, 'load', initialize);