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.0937,-74.0131)};var g_09aa3003e9aa50dc687e7e735f61b8d4 = new google.maps.Geocoder();g_09aa3003e9aa50dc687e7e735f61b8d4.geocode( { 'address': "95 S Middletown Rd, Nanuet, NY 10954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nanuet-NY-hudson-united-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('nanuet-NY-hudson-united-mortgage'), mapOptions);}document.getElementById('8af41bb4').innerHTML += ' | View Map';var $l09aa3003e9aa50dc687e7e735f61b8d4 = '

Hudson United Mortgage

Address: 95 S Middletown Rd, Nanuet, NY 10954, USA
Phone: (866) 721-7263
';var m_09aa3003e9aa50dc687e7e735f61b8d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson United Mortgage',});m_09aa3003e9aa50dc687e7e735f61b8d4['infowindow'] = new google.maps.InfoWindow({content: $l09aa3003e9aa50dc687e7e735f61b8d4});var infowindow = new google.maps.InfoWindow({content: $l09aa3003e9aa50dc687e7e735f61b8d4});google.maps.event.addListener(m_09aa3003e9aa50dc687e7e735f61b8d4, 'click', function() {infowindow.open(map,m_09aa3003e9aa50dc687e7e735f61b8d4);});$marker.push(m_09aa3003e9aa50dc687e7e735f61b8d4);}});}google.maps.event.addDomListener(window, 'load', initialize);