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.7854,-73.6456)};var g_44202a5fa08bc5dcbe83780b3d544d51 = new google.maps.Geocoder();g_44202a5fa08bc5dcbe83780b3d544d51.geocode( { 'address': "393 Old Country Rd, Carle Place, NY 11514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carle-place-NY-mortgage-enterprise-ltd').style.display = '';map = new google.maps.Map(document.getElementById('carle-place-NY-mortgage-enterprise-ltd'), mapOptions);}document.getElementById('94ec457c').innerHTML += ' | View Map';var $l44202a5fa08bc5dcbe83780b3d544d51 = '

Mortgage Enterprise Ltd

Address: 393 Old Country Rd, Carle Place, NY 11514, USA
Phone: (516) 625-3950
';var m_44202a5fa08bc5dcbe83780b3d544d51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Enterprise Ltd',});m_44202a5fa08bc5dcbe83780b3d544d51['infowindow'] = new google.maps.InfoWindow({content: $l44202a5fa08bc5dcbe83780b3d544d51});var infowindow = new google.maps.InfoWindow({content: $l44202a5fa08bc5dcbe83780b3d544d51});google.maps.event.addListener(m_44202a5fa08bc5dcbe83780b3d544d51, 'click', function() {infowindow.open(map,m_44202a5fa08bc5dcbe83780b3d544d51);});$marker.push(m_44202a5fa08bc5dcbe83780b3d544d51);}});}google.maps.event.addDomListener(window, 'load', initialize);