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.626,-73.6894)};var g_4dcf435435894a4d0972046fc566af76 = new google.maps.Geocoder();g_4dcf435435894a4d0972046fc566af76.geocode( { 'address': "2540 State Rte 55, Poughquag, NY 12570, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poughquag-NY-teg-federal-credit-union---beekman-branch').style.display = '';map = new google.maps.Map(document.getElementById('poughquag-NY-teg-federal-credit-union---beekman-branch'), mapOptions);}document.getElementById('a2bf542b').innerHTML += ' | View Map';var $l4dcf435435894a4d0972046fc566af76 = '

TEG Federal Credit Union - Beekman Branch

Address: 2540 State Rte 55, Poughquag, NY 12570, USA
Phone: (845) 452-7323
';var m_4dcf435435894a4d0972046fc566af76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TEG Federal Credit Union - Beekman Branch',});m_4dcf435435894a4d0972046fc566af76['infowindow'] = new google.maps.InfoWindow({content: $l4dcf435435894a4d0972046fc566af76});var infowindow = new google.maps.InfoWindow({content: $l4dcf435435894a4d0972046fc566af76});google.maps.event.addListener(m_4dcf435435894a4d0972046fc566af76, 'click', function() {infowindow.open(map,m_4dcf435435894a4d0972046fc566af76);});$marker.push(m_4dcf435435894a4d0972046fc566af76);}});}google.maps.event.addDomListener(window, 'load', initialize);