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.2827,-73.8906)};var g_25ae61c13c3daa201f7437591583453d = new google.maps.Geocoder();g_25ae61c13c3daa201f7437591583453d.geocode( { 'address': "2 Robbie Rd, Cortlandt, NY 10567, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cortlandt-NY-sun-mortgage-company-inc-nmls-id-84535').style.display = '';map = new google.maps.Map(document.getElementById('cortlandt-NY-sun-mortgage-company-inc-nmls-id-84535'), mapOptions);}document.getElementById('7f823b52').innerHTML += ' | View Map';var $l25ae61c13c3daa201f7437591583453d = '

Sun Mortgage Company, Inc. NMLS ID# 84535

Address: 2 Robbie Rd, Cortlandt, NY 10567, USA
Phone: (877) 478-6562
';var m_25ae61c13c3daa201f7437591583453d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Mortgage Company, Inc. NMLS ID# 84535',});m_25ae61c13c3daa201f7437591583453d['infowindow'] = new google.maps.InfoWindow({content: $l25ae61c13c3daa201f7437591583453d});var infowindow = new google.maps.InfoWindow({content: $l25ae61c13c3daa201f7437591583453d});google.maps.event.addListener(m_25ae61c13c3daa201f7437591583453d, 'click', function() {infowindow.open(map,m_25ae61c13c3daa201f7437591583453d);});$marker.push(m_25ae61c13c3daa201f7437591583453d);}});}google.maps.event.addDomListener(window, 'load', initialize);