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.9438,-72.9763)};var g_0bf96c6e79aff7a178b30a16152df096 = new google.maps.Geocoder();g_0bf96c6e79aff7a178b30a16152df096.geocode( { 'address': "691 NY-25A, Miller Place, NY 11764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miller-place-NY-hsbc-bank').style.display = '';map = new google.maps.Map(document.getElementById('miller-place-NY-hsbc-bank'), mapOptions);}document.getElementById('4bbcdb72').innerHTML += ' | View Map';var $l0bf96c6e79aff7a178b30a16152df096 = '

HSBC Bank

Address: 691 NY-25A, Miller Place, NY 11764, USA
Phone: (800) 975-4722
';var m_0bf96c6e79aff7a178b30a16152df096 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HSBC Bank',});m_0bf96c6e79aff7a178b30a16152df096['infowindow'] = new google.maps.InfoWindow({content: $l0bf96c6e79aff7a178b30a16152df096});var infowindow = new google.maps.InfoWindow({content: $l0bf96c6e79aff7a178b30a16152df096});google.maps.event.addListener(m_0bf96c6e79aff7a178b30a16152df096, 'click', function() {infowindow.open(map,m_0bf96c6e79aff7a178b30a16152df096);});$marker.push(m_0bf96c6e79aff7a178b30a16152df096);}});}google.maps.event.addDomListener(window, 'load', initialize);