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.845,-73.6426)};var g_cbf687b6fb546374cd99324dc8a7f3f9 = new google.maps.Geocoder();g_cbf687b6fb546374cd99324dc8a7f3f9.geocode( { 'address': "333 Glen Cove Ave, Sea Cliff, NY 11579"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sea-cliff-NY-apple-bank-for-savings').style.display = '';map = new google.maps.Map(document.getElementById('sea-cliff-NY-apple-bank-for-savings'), mapOptions);}document.getElementById('78926e8b').innerHTML += ' | View Map';var $lcbf687b6fb546374cd99324dc8a7f3f9 = '

Apple Bank For Savings

Address: 333 Glen Cove Ave, Sea Cliff, NY 11579
Phone: (516) 674-7190
';var m_cbf687b6fb546374cd99324dc8a7f3f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apple Bank For Savings',});m_cbf687b6fb546374cd99324dc8a7f3f9['infowindow'] = new google.maps.InfoWindow({content: $lcbf687b6fb546374cd99324dc8a7f3f9});var infowindow = new google.maps.InfoWindow({content: $lcbf687b6fb546374cd99324dc8a7f3f9});google.maps.event.addListener(m_cbf687b6fb546374cd99324dc8a7f3f9, 'click', function() {infowindow.open(map,m_cbf687b6fb546374cd99324dc8a7f3f9);});$marker.push(m_cbf687b6fb546374cd99324dc8a7f3f9);}});}google.maps.event.addDomListener(window, 'load', initialize);