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.209,-73.8843)};var g_3861c880024890cffd4263cd7049a26f = new google.maps.Geocoder();g_3861c880024890cffd4263cd7049a26f.geocode( { 'address': "125 Grand St, Croton-On-Hudson, NY 10520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('croton-on-hudson-NY-manhattan-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('croton-on-hudson-NY-manhattan-mortgage-co'), mapOptions);}document.getElementById('a0f049ba').innerHTML += ' | View Map';var $l3861c880024890cffd4263cd7049a26f = '

Manhattan Mortgage Co

Address: 125 Grand St, Croton-On-Hudson, NY 10520, USA
Phone: (914) 271-3540
';var m_3861c880024890cffd4263cd7049a26f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Manhattan Mortgage Co',});m_3861c880024890cffd4263cd7049a26f['infowindow'] = new google.maps.InfoWindow({content: $l3861c880024890cffd4263cd7049a26f});var infowindow = new google.maps.InfoWindow({content: $l3861c880024890cffd4263cd7049a26f});google.maps.event.addListener(m_3861c880024890cffd4263cd7049a26f, 'click', function() {infowindow.open(map,m_3861c880024890cffd4263cd7049a26f);});$marker.push(m_3861c880024890cffd4263cd7049a26f);}});}google.maps.event.addDomListener(window, 'load', initialize);