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.1445,-73.9965)};var g_70a8d57a09a82a36c61acd840046028a = new google.maps.Geocoder();g_70a8d57a09a82a36c61acd840046028a.geocode( { 'address': "60 S Main St, New City, NY 10956"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-united-fidelity-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-united-fidelity-mortgage'), mapOptions);}document.getElementById('962f1512').innerHTML += ' | View Map';var $l70a8d57a09a82a36c61acd840046028a = '

United Fidelity Mortgage

Address: 60 S Main St, New City, NY 10956
Phone: (845) 709-6242
';var m_70a8d57a09a82a36c61acd840046028a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Fidelity Mortgage',});m_70a8d57a09a82a36c61acd840046028a['infowindow'] = new google.maps.InfoWindow({content: $l70a8d57a09a82a36c61acd840046028a});var infowindow = new google.maps.InfoWindow({content: $l70a8d57a09a82a36c61acd840046028a});google.maps.event.addListener(m_70a8d57a09a82a36c61acd840046028a, 'click', function() {infowindow.open(map,m_70a8d57a09a82a36c61acd840046028a);});$marker.push(m_70a8d57a09a82a36c61acd840046028a);}});}google.maps.event.addDomListener(window, 'load', initialize);