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.6178,-74.1495)};var g_b16539e3ff2250a2bf164a92b030633c = new google.maps.Geocoder();g_b16539e3ff2250a2bf164a92b030633c.geocode( { 'address': "23 Wallkill Ave, Wallkill, NY 12589"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallkill-NY-wallkill-valley-federal-savings-loan-associate').style.display = '';map = new google.maps.Map(document.getElementById('wallkill-NY-wallkill-valley-federal-savings-loan-associate'), mapOptions);}document.getElementById('2036e895').innerHTML += ' | View Map';var $lb16539e3ff2250a2bf164a92b030633c = '

Wallkill Valley Federal Savings & Loan Associate

Address: 23 Wallkill Ave, Wallkill, NY 12589
Phone: (845) 895-2051
';var m_b16539e3ff2250a2bf164a92b030633c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wallkill Valley Federal Savings & Loan Associate',});m_b16539e3ff2250a2bf164a92b030633c['infowindow'] = new google.maps.InfoWindow({content: $lb16539e3ff2250a2bf164a92b030633c});var infowindow = new google.maps.InfoWindow({content: $lb16539e3ff2250a2bf164a92b030633c});google.maps.event.addListener(m_b16539e3ff2250a2bf164a92b030633c, 'click', function() {infowindow.open(map,m_b16539e3ff2250a2bf164a92b030633c);});$marker.push(m_b16539e3ff2250a2bf164a92b030633c);}});}google.maps.event.addDomListener(window, 'load', initialize);