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(40.8818,-73.3948)};var g_f3650a983e45221bf2ca2bd2c15535e6 = new google.maps.Geocoder();g_f3650a983e45221bf2ca2bd2c15535e6.geocode( { 'address': "211 E Main St, Huntington, NY 11743, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-NY-tfcu').style.display = '';map = new google.maps.Map(document.getElementById('huntington-NY-tfcu'), mapOptions);}document.getElementById('007c38ce').innerHTML += ' | View Map';var $lf3650a983e45221bf2ca2bd2c15535e6 = '

TFCU

Address: 211 E Main St, Huntington, NY 11743, USA
Phone: (631) 698-7000
';var m_f3650a983e45221bf2ca2bd2c15535e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TFCU',});m_f3650a983e45221bf2ca2bd2c15535e6['infowindow'] = new google.maps.InfoWindow({content: $lf3650a983e45221bf2ca2bd2c15535e6});var infowindow = new google.maps.InfoWindow({content: $lf3650a983e45221bf2ca2bd2c15535e6});google.maps.event.addListener(m_f3650a983e45221bf2ca2bd2c15535e6, 'click', function() {infowindow.open(map,m_f3650a983e45221bf2ca2bd2c15535e6);});$marker.push(m_f3650a983e45221bf2ca2bd2c15535e6);}});}google.maps.event.addDomListener(window, 'load', initialize);