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.7252,-73.9039)};var g_04a8ccbcb420e48b1165dffb899ebda8 = new google.maps.Geocoder();g_04a8ccbcb420e48b1165dffb899ebda8.geocode( { 'address': "53 Pendell Rd, Poughkeepsie, NY 12601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poughkeepsie-NY-teg-atm').style.display = '';map = new google.maps.Map(document.getElementById('poughkeepsie-NY-teg-atm'), mapOptions);}document.getElementById('0709b1b5').innerHTML += ' | View Map';var $l04a8ccbcb420e48b1165dffb899ebda8 = '

TEG ATM

Address: 53 Pendell Rd, Poughkeepsie, NY 12601, USA
Phone: (845) 452-7323
';var m_04a8ccbcb420e48b1165dffb899ebda8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TEG ATM',});m_04a8ccbcb420e48b1165dffb899ebda8['infowindow'] = new google.maps.InfoWindow({content: $l04a8ccbcb420e48b1165dffb899ebda8});var infowindow = new google.maps.InfoWindow({content: $l04a8ccbcb420e48b1165dffb899ebda8});google.maps.event.addListener(m_04a8ccbcb420e48b1165dffb899ebda8, 'click', function() {infowindow.open(map,m_04a8ccbcb420e48b1165dffb899ebda8);});$marker.push(m_04a8ccbcb420e48b1165dffb899ebda8);}});}google.maps.event.addDomListener(window, 'load', initialize);