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.9524,-73.8153)};var g_7a38678597231c46aee41a451b148a54 = new google.maps.Geocoder();g_7a38678597231c46aee41a451b148a54.geocode( { 'address': "356 White Plains Rd, Eastchester, NY 10709, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eastchester-NY-hsbc-bank').style.display = '';map = new google.maps.Map(document.getElementById('eastchester-NY-hsbc-bank'), mapOptions);}document.getElementById('87100b98').innerHTML += ' | View Map';var $l7a38678597231c46aee41a451b148a54 = '

HSBC Bank

Address: 356 White Plains Rd, Eastchester, NY 10709, USA
Phone: (800) 975-4722
';var m_7a38678597231c46aee41a451b148a54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HSBC Bank',});m_7a38678597231c46aee41a451b148a54['infowindow'] = new google.maps.InfoWindow({content: $l7a38678597231c46aee41a451b148a54});var infowindow = new google.maps.InfoWindow({content: $l7a38678597231c46aee41a451b148a54});google.maps.event.addListener(m_7a38678597231c46aee41a451b148a54, 'click', function() {infowindow.open(map,m_7a38678597231c46aee41a451b148a54);});$marker.push(m_7a38678597231c46aee41a451b148a54);}});}google.maps.event.addDomListener(window, 'load', initialize);