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.8281,-73.4122)};var g_cddcb17de5c18eab8412ee824dabe4af = new google.maps.Geocoder();g_cddcb17de5c18eab8412ee824dabe4af.geocode( { 'address': "50 W Jericho Turnpike, Huntington Station, NY 11746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-station-NY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntington-station-NY-citizens-bank'), mapOptions);}document.getElementById('d3961366').innerHTML += ' | View Map';var $lcddcb17de5c18eab8412ee824dabe4af = '

Citizens Bank

Address: 50 W Jericho Turnpike, Huntington Station, NY 11746, USA
Phone:
';var m_cddcb17de5c18eab8412ee824dabe4af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_cddcb17de5c18eab8412ee824dabe4af['infowindow'] = new google.maps.InfoWindow({content: $lcddcb17de5c18eab8412ee824dabe4af});var infowindow = new google.maps.InfoWindow({content: $lcddcb17de5c18eab8412ee824dabe4af});google.maps.event.addListener(m_cddcb17de5c18eab8412ee824dabe4af, 'click', function() {infowindow.open(map,m_cddcb17de5c18eab8412ee824dabe4af);});$marker.push(m_cddcb17de5c18eab8412ee824dabe4af);}});}google.maps.event.addDomListener(window, 'load', initialize);