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.7894,-73.7774)};var g_01133f746ced3c45e442d4a7ef035055 = new google.maps.Geocoder();g_01133f746ced3c45e442d4a7ef035055.geocode( { 'address': "39-01 Bell Boulevard, Bayside, NY 11361"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bayside-NY-citibank').style.display = '';map = new google.maps.Map(document.getElementById('bayside-NY-citibank'), mapOptions);}document.getElementById('17a4190e').innerHTML += ' | View Map';var $l01133f746ced3c45e442d4a7ef035055 = '

Citibank

Address: 39-01 Bell Boulevard, Bayside, NY 11361
Phone: (347) 321-8985
';var m_01133f746ced3c45e442d4a7ef035055 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_01133f746ced3c45e442d4a7ef035055['infowindow'] = new google.maps.InfoWindow({content: $l01133f746ced3c45e442d4a7ef035055});var infowindow = new google.maps.InfoWindow({content: $l01133f746ced3c45e442d4a7ef035055});google.maps.event.addListener(m_01133f746ced3c45e442d4a7ef035055, 'click', function() {infowindow.open(map,m_01133f746ced3c45e442d4a7ef035055);});$marker.push(m_01133f746ced3c45e442d4a7ef035055);}});}google.maps.event.addDomListener(window, 'load', initialize);