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.7726,-73.6521)};var g_bc047286b224b7bfa73d4cb02de1238d = new google.maps.Geocoder();g_bc047286b224b7bfa73d4cb02de1238d.geocode( { 'address': "1000 Willis Avenue, Albertson, NY 11507"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albertson-NY-citibank').style.display = '';map = new google.maps.Map(document.getElementById('albertson-NY-citibank'), mapOptions);}document.getElementById('9a20f7b6').innerHTML += ' | View Map';var $lbc047286b224b7bfa73d4cb02de1238d = '

Citibank

Address: 1000 Willis Avenue, Albertson, NY 11507
Phone: (516) 299-8096
';var m_bc047286b224b7bfa73d4cb02de1238d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_bc047286b224b7bfa73d4cb02de1238d['infowindow'] = new google.maps.InfoWindow({content: $lbc047286b224b7bfa73d4cb02de1238d});var infowindow = new google.maps.InfoWindow({content: $lbc047286b224b7bfa73d4cb02de1238d});google.maps.event.addListener(m_bc047286b224b7bfa73d4cb02de1238d, 'click', function() {infowindow.open(map,m_bc047286b224b7bfa73d4cb02de1238d);});$marker.push(m_bc047286b224b7bfa73d4cb02de1238d);}});}google.maps.event.addDomListener(window, 'load', initialize);