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.7212,-73.8502)};var g_6709e8d64a5f47269ed5cea9f625f7ab = new google.maps.Geocoder();g_6709e8d64a5f47269ed5cea9f625f7ab.geocode( { 'address': "6402 108th St, Forest Hills, NY 11375"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-hills-NY-hsbc-bank-usa-n-a').style.display = '';map = new google.maps.Map(document.getElementById('forest-hills-NY-hsbc-bank-usa-n-a'), mapOptions);}document.getElementById('c3dd5f73').innerHTML += ' | View Map';var $l6709e8d64a5f47269ed5cea9f625f7ab = '

HSBC Bank USA N.A.

Address: 6402 108th St, Forest Hills, NY 11375
Phone: (718) 459-0800
';var m_6709e8d64a5f47269ed5cea9f625f7ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HSBC Bank USA N.A.',});m_6709e8d64a5f47269ed5cea9f625f7ab['infowindow'] = new google.maps.InfoWindow({content: $l6709e8d64a5f47269ed5cea9f625f7ab});var infowindow = new google.maps.InfoWindow({content: $l6709e8d64a5f47269ed5cea9f625f7ab});google.maps.event.addListener(m_6709e8d64a5f47269ed5cea9f625f7ab, 'click', function() {infowindow.open(map,m_6709e8d64a5f47269ed5cea9f625f7ab);});$marker.push(m_6709e8d64a5f47269ed5cea9f625f7ab);}});}google.maps.event.addDomListener(window, 'load', initialize);