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_09d0326952871a6f35d61a82415468d7 = new google.maps.Geocoder();g_09d0326952871a6f35d61a82415468d7.geocode( { 'address': "4800 Nesconset Highway, Port Jefferson, NY 11776"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-jefferson-NY-citibank').style.display = '';map = new google.maps.Map(document.getElementById('port-jefferson-NY-citibank'), mapOptions);}document.getElementById('3a24bbb5').innerHTML += ' | View Map';var $l09d0326952871a6f35d61a82415468d7 = '

Citibank

Address: 4800 Nesconset Highway, Port Jefferson, NY 11776
Phone: (631) 791-5441
';var m_09d0326952871a6f35d61a82415468d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_09d0326952871a6f35d61a82415468d7['infowindow'] = new google.maps.InfoWindow({content: $l09d0326952871a6f35d61a82415468d7});var infowindow = new google.maps.InfoWindow({content: $l09d0326952871a6f35d61a82415468d7});google.maps.event.addListener(m_09d0326952871a6f35d61a82415468d7, 'click', function() {infowindow.open(map,m_09d0326952871a6f35d61a82415468d7);});$marker.push(m_09d0326952871a6f35d61a82415468d7);}});}google.maps.event.addDomListener(window, 'load', initialize);