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(41.446,-74.4214)};var g_8fe38f7859fe20d70553f2776221ec3c = new google.maps.Geocoder();g_8fe38f7859fe20d70553f2776221ec3c.geocode( { 'address': "22 James St, Middletown, NY 10940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-NY-first-federal-svngs-middletown').style.display = '';map = new google.maps.Map(document.getElementById('middletown-NY-first-federal-svngs-middletown'), mapOptions);}document.getElementById('62368851').innerHTML += ' | View Map';var $l8fe38f7859fe20d70553f2776221ec3c = '

First Federal Svngs-Middletown

Address: 22 James St, Middletown, NY 10940, USA
Phone: (845) 343-1401
';var m_8fe38f7859fe20d70553f2776221ec3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Svngs-Middletown',});m_8fe38f7859fe20d70553f2776221ec3c['infowindow'] = new google.maps.InfoWindow({content: $l8fe38f7859fe20d70553f2776221ec3c});var infowindow = new google.maps.InfoWindow({content: $l8fe38f7859fe20d70553f2776221ec3c});google.maps.event.addListener(m_8fe38f7859fe20d70553f2776221ec3c, 'click', function() {infowindow.open(map,m_8fe38f7859fe20d70553f2776221ec3c);});$marker.push(m_8fe38f7859fe20d70553f2776221ec3c);}});}google.maps.event.addDomListener(window, 'load', initialize);