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.0247,-73.7346)};var g_4ffb501622730d8edf123c6a6917b09d = new google.maps.Geocoder();g_4ffb501622730d8edf123c6a6917b09d.geocode( { 'address': "707 Westchester Ave #305, White Plains, NY 10604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('white-plains-NY-residential-home-funding-corporation').style.display = '';map = new google.maps.Map(document.getElementById('white-plains-NY-residential-home-funding-corporation'), mapOptions);}document.getElementById('34f9883a').innerHTML += ' | View Map';var $l4ffb501622730d8edf123c6a6917b09d = '

Residential Home Funding Corporation

Address: 707 Westchester Ave #305, White Plains, NY 10604, USA
Phone: (914) 923-4300
';var m_4ffb501622730d8edf123c6a6917b09d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Residential Home Funding Corporation',});m_4ffb501622730d8edf123c6a6917b09d['infowindow'] = new google.maps.InfoWindow({content: $l4ffb501622730d8edf123c6a6917b09d});var infowindow = new google.maps.InfoWindow({content: $l4ffb501622730d8edf123c6a6917b09d});google.maps.event.addListener(m_4ffb501622730d8edf123c6a6917b09d, 'click', function() {infowindow.open(map,m_4ffb501622730d8edf123c6a6917b09d);});$marker.push(m_4ffb501622730d8edf123c6a6917b09d);}});}google.maps.event.addDomListener(window, 'load', initialize);