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.8303,-73.2003)};var g_ac9b8c0893880e322ad0e10e0fd41163 = new google.maps.Geocoder();g_ac9b8c0893880e322ad0e10e0fd41163.geocode( { 'address': "496 NY-347 #308, Smithtown, NY 11787, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithtown-NY-all-island-mortgage--funding-corp').style.display = '';map = new google.maps.Map(document.getElementById('smithtown-NY-all-island-mortgage--funding-corp'), mapOptions);}document.getElementById('ca70267b').innerHTML += ' | View Map';var $lac9b8c0893880e322ad0e10e0fd41163 = '

All Island Mortgage & Funding Corp.

Address: 496 NY-347 #308, Smithtown, NY 11787, USA
Phone: (888) 660-3033
';var m_ac9b8c0893880e322ad0e10e0fd41163 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All Island Mortgage & Funding Corp.',});m_ac9b8c0893880e322ad0e10e0fd41163['infowindow'] = new google.maps.InfoWindow({content: $lac9b8c0893880e322ad0e10e0fd41163});var infowindow = new google.maps.InfoWindow({content: $lac9b8c0893880e322ad0e10e0fd41163});google.maps.event.addListener(m_ac9b8c0893880e322ad0e10e0fd41163, 'click', function() {infowindow.open(map,m_ac9b8c0893880e322ad0e10e0fd41163);});$marker.push(m_ac9b8c0893880e322ad0e10e0fd41163);}});}google.maps.event.addDomListener(window, 'load', initialize);