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.3969,-74.3742)};var g_dc1cc72e60007758ab3a317bbbfd51df = new google.maps.Geocoder();g_dc1cc72e60007758ab3a317bbbfd51df.geocode( { 'address': "2679 NY-17M #3, Goshen, NY 10924, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goshen-NY-homestead-funding-corp').style.display = '';map = new google.maps.Map(document.getElementById('goshen-NY-homestead-funding-corp'), mapOptions);}document.getElementById('994d3341').innerHTML += ' | View Map';var $ldc1cc72e60007758ab3a317bbbfd51df = '

Homestead Funding Corp.

Address: 2679 NY-17M #3, Goshen, NY 10924, USA
Phone: (845) 294-5502
';var m_dc1cc72e60007758ab3a317bbbfd51df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homestead Funding Corp.',});m_dc1cc72e60007758ab3a317bbbfd51df['infowindow'] = new google.maps.InfoWindow({content: $ldc1cc72e60007758ab3a317bbbfd51df});var infowindow = new google.maps.InfoWindow({content: $ldc1cc72e60007758ab3a317bbbfd51df});google.maps.event.addListener(m_dc1cc72e60007758ab3a317bbbfd51df, 'click', function() {infowindow.open(map,m_dc1cc72e60007758ab3a317bbbfd51df);});$marker.push(m_dc1cc72e60007758ab3a317bbbfd51df);}});}google.maps.event.addDomListener(window, 'load', initialize);