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.8239,-73.4131)};var g_cf159d1ab8cb3bdca49a98990980de21 = new google.maps.Geocoder();g_cf159d1ab8cb3bdca49a98990980de21.geocode( { 'address': "167 Walt Whitman Road, Route 110, Huntington Station, NY 11746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-station-NY-apple-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntington-station-NY-apple-bank'), mapOptions);}document.getElementById('cb7e0df1').innerHTML += ' | View Map';var $lcf159d1ab8cb3bdca49a98990980de21 = '

Apple Bank

Address: 167 Walt Whitman Road, Route 110, Huntington Station, NY 11746, USA
Phone: (631) 547-5370
';var m_cf159d1ab8cb3bdca49a98990980de21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apple Bank',});m_cf159d1ab8cb3bdca49a98990980de21['infowindow'] = new google.maps.InfoWindow({content: $lcf159d1ab8cb3bdca49a98990980de21});var infowindow = new google.maps.InfoWindow({content: $lcf159d1ab8cb3bdca49a98990980de21});google.maps.event.addListener(m_cf159d1ab8cb3bdca49a98990980de21, 'click', function() {infowindow.open(map,m_cf159d1ab8cb3bdca49a98990980de21);});$marker.push(m_cf159d1ab8cb3bdca49a98990980de21);}});}google.maps.event.addDomListener(window, 'load', initialize);