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.9253,-73.0478)};var g_d14f11f89a35630f8155adf7ac00e77d = new google.maps.Geocoder();g_d14f11f89a35630f8155adf7ac00e77d.geocode( { 'address': "135 W Broadway, Port Jefferson, NY 11777"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-jefferson-NY-suffolk-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-jefferson-NY-suffolk-county-national-bank'), mapOptions);}document.getElementById('a4f04bb2').innerHTML += ' | View Map';var $ld14f11f89a35630f8155adf7ac00e77d = '

Suffolk County National Bank

Address: 135 W Broadway, Port Jefferson, NY 11777
Phone: (631) 474-7200
';var m_d14f11f89a35630f8155adf7ac00e77d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suffolk County National Bank',});m_d14f11f89a35630f8155adf7ac00e77d['infowindow'] = new google.maps.InfoWindow({content: $ld14f11f89a35630f8155adf7ac00e77d});var infowindow = new google.maps.InfoWindow({content: $ld14f11f89a35630f8155adf7ac00e77d});google.maps.event.addListener(m_d14f11f89a35630f8155adf7ac00e77d, 'click', function() {infowindow.open(map,m_d14f11f89a35630f8155adf7ac00e77d);});$marker.push(m_d14f11f89a35630f8155adf7ac00e77d);}});}google.maps.event.addDomListener(window, 'load', initialize);