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.7291,-73.703)};var g_87aa98d07ec242cc4d8f685f0299257b = new google.maps.Geocoder();g_87aa98d07ec242cc4d8f685f0299257b.geocode( { 'address': "199 Jericho Turnpike # 300, Floral Park, NY 11001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('floral-park-NY-tfc-credit').style.display = '';map = new google.maps.Map(document.getElementById('floral-park-NY-tfc-credit'), mapOptions);}document.getElementById('206bc38f').innerHTML += ' | View Map';var $l87aa98d07ec242cc4d8f685f0299257b = '

TFC Credit

Address: 199 Jericho Turnpike # 300, Floral Park, NY 11001, USA
Phone: (516) 358-1900
';var m_87aa98d07ec242cc4d8f685f0299257b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TFC Credit',});m_87aa98d07ec242cc4d8f685f0299257b['infowindow'] = new google.maps.InfoWindow({content: $l87aa98d07ec242cc4d8f685f0299257b});var infowindow = new google.maps.InfoWindow({content: $l87aa98d07ec242cc4d8f685f0299257b});google.maps.event.addListener(m_87aa98d07ec242cc4d8f685f0299257b, 'click', function() {infowindow.open(map,m_87aa98d07ec242cc4d8f685f0299257b);});$marker.push(m_87aa98d07ec242cc4d8f685f0299257b);}});}google.maps.event.addDomListener(window, 'load', initialize);