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_ab6551715ee90f0dbf71394557e3c0b5 = new google.maps.Geocoder();g_ab6551715ee90f0dbf71394557e3c0b5.geocode( { 'address': "17 Squadron Blvd, New City, NY 10956"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-the-greater-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-the-greater-mortgage-corporation'), mapOptions);}document.getElementById('d29ade74').innerHTML += ' | View Map';var $lab6551715ee90f0dbf71394557e3c0b5 = '

The Greater Mortgage Corporation

Address: 17 Squadron Blvd, New City, NY 10956
Phone: (845) 639-1099
';var m_ab6551715ee90f0dbf71394557e3c0b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Greater Mortgage Corporation',});m_ab6551715ee90f0dbf71394557e3c0b5['infowindow'] = new google.maps.InfoWindow({content: $lab6551715ee90f0dbf71394557e3c0b5});var infowindow = new google.maps.InfoWindow({content: $lab6551715ee90f0dbf71394557e3c0b5});google.maps.event.addListener(m_ab6551715ee90f0dbf71394557e3c0b5, 'click', function() {infowindow.open(map,m_ab6551715ee90f0dbf71394557e3c0b5);});$marker.push(m_ab6551715ee90f0dbf71394557e3c0b5);}});}google.maps.event.addDomListener(window, 'load', initialize);