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.7092,-73.3715)};var g_13727a6a8345c937670b671a1f6f313a = new google.maps.Geocoder();g_13727a6a8345c937670b671a1f6f313a.geocode( { 'address': "85 Route 109, West Babylon, NY 11704"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-babylon-NY-hsbc').style.display = '';map = new google.maps.Map(document.getElementById('west-babylon-NY-hsbc'), mapOptions);}document.getElementById('8410539b').innerHTML += ' | View Map';var $l13727a6a8345c937670b671a1f6f313a = '

HSBC

Address: 85 Route 109, West Babylon, NY 11704
Phone: (631) 661-8200
';var m_13727a6a8345c937670b671a1f6f313a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HSBC',});m_13727a6a8345c937670b671a1f6f313a['infowindow'] = new google.maps.InfoWindow({content: $l13727a6a8345c937670b671a1f6f313a});var infowindow = new google.maps.InfoWindow({content: $l13727a6a8345c937670b671a1f6f313a});google.maps.event.addListener(m_13727a6a8345c937670b671a1f6f313a, 'click', function() {infowindow.open(map,m_13727a6a8345c937670b671a1f6f313a);});$marker.push(m_13727a6a8345c937670b671a1f6f313a);}});}google.maps.event.addDomListener(window, 'load', initialize);