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.7688,-73.4067)};var g_8a37e93e9f2410bf9d7ae50a872d6c8e = new google.maps.Geocoder();g_8a37e93e9f2410bf9d7ae50a872d6c8e.geocode( { 'address': "175 Pinelawn Rd #400, Melville, NY 11747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melville-NY-continental-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('melville-NY-continental-home-loans'), mapOptions);}document.getElementById('992f5861').innerHTML += ' | View Map';var $l8a37e93e9f2410bf9d7ae50a872d6c8e = '

Continental Home Loans

Address: 175 Pinelawn Rd #400, Melville, NY 11747, USA
Phone:
';var m_8a37e93e9f2410bf9d7ae50a872d6c8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Home Loans',});m_8a37e93e9f2410bf9d7ae50a872d6c8e['infowindow'] = new google.maps.InfoWindow({content: $l8a37e93e9f2410bf9d7ae50a872d6c8e});var infowindow = new google.maps.InfoWindow({content: $l8a37e93e9f2410bf9d7ae50a872d6c8e});google.maps.event.addListener(m_8a37e93e9f2410bf9d7ae50a872d6c8e, 'click', function() {infowindow.open(map,m_8a37e93e9f2410bf9d7ae50a872d6c8e);});$marker.push(m_8a37e93e9f2410bf9d7ae50a872d6c8e);}});}google.maps.event.addDomListener(window, 'load', initialize);