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.752,-73.9945)};var g_100d401be2079ef59caeaa7094fe9df4 = new google.maps.Geocoder();g_100d401be2079ef59caeaa7094fe9df4.geocode( { 'address': "579 5th Ave, New York, NY 10017"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-bank-leumi-usa').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-bank-leumi-usa'), mapOptions);}document.getElementById('d2d8dc20').innerHTML += ' | View Map';var $l100d401be2079ef59caeaa7094fe9df4 = '

Bank Leumi USA

Address: 579 5th Ave, New York, NY 10017
Phone: (917) 542-2343
';var m_100d401be2079ef59caeaa7094fe9df4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Leumi USA',});m_100d401be2079ef59caeaa7094fe9df4['infowindow'] = new google.maps.InfoWindow({content: $l100d401be2079ef59caeaa7094fe9df4});var infowindow = new google.maps.InfoWindow({content: $l100d401be2079ef59caeaa7094fe9df4});google.maps.event.addListener(m_100d401be2079ef59caeaa7094fe9df4, 'click', function() {infowindow.open(map,m_100d401be2079ef59caeaa7094fe9df4);});$marker.push(m_100d401be2079ef59caeaa7094fe9df4);}});}google.maps.event.addDomListener(window, 'load', initialize);