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.7951,-73.4115)};var g_c348008d4efccef44794f18f8a90e76c = new google.maps.Geocoder();g_c348008d4efccef44794f18f8a90e76c.geocode( { 'address': "201 Old Country Rd Suite 201, Melville, NY 11747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melville-NY-mortgage-advantage').style.display = '';map = new google.maps.Map(document.getElementById('melville-NY-mortgage-advantage'), mapOptions);}document.getElementById('b2d70ae9').innerHTML += ' | View Map';var $lc348008d4efccef44794f18f8a90e76c = '

Mortgage Advantage

Address: 201 Old Country Rd Suite 201, Melville, NY 11747, USA
Phone: (631) 424-5100
';var m_c348008d4efccef44794f18f8a90e76c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Advantage',});m_c348008d4efccef44794f18f8a90e76c['infowindow'] = new google.maps.InfoWindow({content: $lc348008d4efccef44794f18f8a90e76c});var infowindow = new google.maps.InfoWindow({content: $lc348008d4efccef44794f18f8a90e76c});google.maps.event.addListener(m_c348008d4efccef44794f18f8a90e76c, 'click', function() {infowindow.open(map,m_c348008d4efccef44794f18f8a90e76c);});$marker.push(m_c348008d4efccef44794f18f8a90e76c);}});}google.maps.event.addDomListener(window, 'load', initialize);