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(40.9478,-73.8765)};var g_74c156781ba6ffe18400a88689715dd1 = new google.maps.Geocoder();g_74c156781ba6ffe18400a88689715dd1.geocode( { 'address': "326 Saw Mill River Rd, Yonkers, NY 10701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yonkers-NY-commercial-mortgage-connection-inc').style.display = '';map = new google.maps.Map(document.getElementById('yonkers-NY-commercial-mortgage-connection-inc'), mapOptions);}document.getElementById('9567279f').innerHTML += ' | View Map';var $l74c156781ba6ffe18400a88689715dd1 = '

Commercial Mortgage Connection, Inc.

Address: 326 Saw Mill River Rd, Yonkers, NY 10701, USA
Phone: (888) 501-3188
';var m_74c156781ba6ffe18400a88689715dd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Mortgage Connection, Inc.',});m_74c156781ba6ffe18400a88689715dd1['infowindow'] = new google.maps.InfoWindow({content: $l74c156781ba6ffe18400a88689715dd1});var infowindow = new google.maps.InfoWindow({content: $l74c156781ba6ffe18400a88689715dd1});google.maps.event.addListener(m_74c156781ba6ffe18400a88689715dd1, 'click', function() {infowindow.open(map,m_74c156781ba6ffe18400a88689715dd1);});$marker.push(m_74c156781ba6ffe18400a88689715dd1);}});}google.maps.event.addDomListener(window, 'load', initialize);