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.3509,-74.123)};var g_fbe0f24183f69564fac4259fc8e11bd2 = new google.maps.Geocoder();g_fbe0f24183f69564fac4259fc8e11bd2.geocode( { 'address': "578 NY-32, Highland Mills, NY 10930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbury-NY-superior-mortgage-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('woodbury-NY-superior-mortgage-co-inc'), mapOptions);}document.getElementById('d1ee8280').innerHTML += ' | View Map';var $lfbe0f24183f69564fac4259fc8e11bd2 = '

Superior Mortgage Co Inc

Address: 578 NY-32, Highland Mills, NY 10930, USA
Phone: (845) 928-2845
';var m_fbe0f24183f69564fac4259fc8e11bd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Mortgage Co Inc',});m_fbe0f24183f69564fac4259fc8e11bd2['infowindow'] = new google.maps.InfoWindow({content: $lfbe0f24183f69564fac4259fc8e11bd2});var infowindow = new google.maps.InfoWindow({content: $lfbe0f24183f69564fac4259fc8e11bd2});google.maps.event.addListener(m_fbe0f24183f69564fac4259fc8e11bd2, 'click', function() {infowindow.open(map,m_fbe0f24183f69564fac4259fc8e11bd2);});$marker.push(m_fbe0f24183f69564fac4259fc8e11bd2);}});}google.maps.event.addDomListener(window, 'load', initialize);