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.8174,-73.3691)};var g_b296faad3a199ff1e2c55075e1f544d2 = new google.maps.Geocoder();g_b296faad3a199ff1e2c55075e1f544d2.geocode( { 'address': "300 Walt Whitman Road, Huntington Station, NY 11746"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-station-NY-citibank').style.display = '';map = new google.maps.Map(document.getElementById('huntington-station-NY-citibank'), mapOptions);}document.getElementById('2c5069d8').innerHTML += ' | View Map';var $lb296faad3a199ff1e2c55075e1f544d2 = '

Citibank

Address: 300 Walt Whitman Road, Huntington Station, NY 11746
Phone: (631) 546-7063
';var m_b296faad3a199ff1e2c55075e1f544d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_b296faad3a199ff1e2c55075e1f544d2['infowindow'] = new google.maps.InfoWindow({content: $lb296faad3a199ff1e2c55075e1f544d2});var infowindow = new google.maps.InfoWindow({content: $lb296faad3a199ff1e2c55075e1f544d2});google.maps.event.addListener(m_b296faad3a199ff1e2c55075e1f544d2, 'click', function() {infowindow.open(map,m_b296faad3a199ff1e2c55075e1f544d2);});$marker.push(m_b296faad3a199ff1e2c55075e1f544d2);}});}google.maps.event.addDomListener(window, 'load', initialize);