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.8553,-73.2097)};var g_6a6d1e278423fbef9df21749fcf01fab = new google.maps.Geocoder();g_6a6d1e278423fbef9df21749fcf01fab.geocode( { 'address': "91 Route 111, Smithtown, NY 11787"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithtown-NY-apple-bank-for-savings').style.display = '';map = new google.maps.Map(document.getElementById('smithtown-NY-apple-bank-for-savings'), mapOptions);}document.getElementById('ac1d8a4a').innerHTML += ' | View Map';var $l6a6d1e278423fbef9df21749fcf01fab = '

Apple Bank For Savings

Address: 91 Route 111, Smithtown, NY 11787
Phone: (631) 724-8700
';var m_6a6d1e278423fbef9df21749fcf01fab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apple Bank For Savings',});m_6a6d1e278423fbef9df21749fcf01fab['infowindow'] = new google.maps.InfoWindow({content: $l6a6d1e278423fbef9df21749fcf01fab});var infowindow = new google.maps.InfoWindow({content: $l6a6d1e278423fbef9df21749fcf01fab});google.maps.event.addListener(m_6a6d1e278423fbef9df21749fcf01fab, 'click', function() {infowindow.open(map,m_6a6d1e278423fbef9df21749fcf01fab);});$marker.push(m_6a6d1e278423fbef9df21749fcf01fab);}});}google.maps.event.addDomListener(window, 'load', initialize);