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.7591,-73.3255)};var g_ddd52b04f8fe510c54231d83c90c21f5 = new google.maps.Geocoder();g_ddd52b04f8fe510c54231d83c90c21f5.geocode( { 'address': "21 E Industry Ct, Deer Park, NY 11729"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deer-park-NY-suffolk-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('deer-park-NY-suffolk-county-national-bank'), mapOptions);}document.getElementById('8cc7137f').innerHTML += ' | View Map';var $lddd52b04f8fe510c54231d83c90c21f5 = '

Suffolk County National Bank

Address: 21 E Industry Ct, Deer Park, NY 11729
Phone: (631) 274-4888
';var m_ddd52b04f8fe510c54231d83c90c21f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suffolk County National Bank',});m_ddd52b04f8fe510c54231d83c90c21f5['infowindow'] = new google.maps.InfoWindow({content: $lddd52b04f8fe510c54231d83c90c21f5});var infowindow = new google.maps.InfoWindow({content: $lddd52b04f8fe510c54231d83c90c21f5});google.maps.event.addListener(m_ddd52b04f8fe510c54231d83c90c21f5, 'click', function() {infowindow.open(map,m_ddd52b04f8fe510c54231d83c90c21f5);});$marker.push(m_ddd52b04f8fe510c54231d83c90c21f5);}});}google.maps.event.addDomListener(window, 'load', initialize);