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.8025,-73.1893)};var g_4363f14c8e54babb17770c2b4980ceed = new google.maps.Geocoder();g_4363f14c8e54babb17770c2b4980ceed.geocode( { 'address': "11 Oval Dr #107, Islandia, NY 11749, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('islandia-NY-everbank-home-lending').style.display = '';map = new google.maps.Map(document.getElementById('islandia-NY-everbank-home-lending'), mapOptions);}document.getElementById('f229f746').innerHTML += ' | View Map';var $l4363f14c8e54babb17770c2b4980ceed = '

EverBank Home Lending

Address: 11 Oval Dr #107, Islandia, NY 11749, USA
Phone: (631) 234-8815
';var m_4363f14c8e54babb17770c2b4980ceed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EverBank Home Lending',});m_4363f14c8e54babb17770c2b4980ceed['infowindow'] = new google.maps.InfoWindow({content: $l4363f14c8e54babb17770c2b4980ceed});var infowindow = new google.maps.InfoWindow({content: $l4363f14c8e54babb17770c2b4980ceed});google.maps.event.addListener(m_4363f14c8e54babb17770c2b4980ceed, 'click', function() {infowindow.open(map,m_4363f14c8e54babb17770c2b4980ceed);});$marker.push(m_4363f14c8e54babb17770c2b4980ceed);}});}google.maps.event.addDomListener(window, 'load', initialize);