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.7378,-73.6166)};var g_f3848b78b70702300c576fcd56a9addd = new google.maps.Geocoder();g_f3848b78b70702300c576fcd56a9addd.geocode( { 'address': "200 Garden City Plaza #210, Garden City, NY 11530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-NY-loandepot---garden-city-ny').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-NY-loandepot---garden-city-ny'), mapOptions);}document.getElementById('9db74807').innerHTML += ' | View Map';var $lf3848b78b70702300c576fcd56a9addd = '

loanDepot - Garden City, NY

Address: 200 Garden City Plaza #210, Garden City, NY 11530, USA
Phone: (516) 307-4567
';var m_f3848b78b70702300c576fcd56a9addd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'loanDepot - Garden City, NY',});m_f3848b78b70702300c576fcd56a9addd['infowindow'] = new google.maps.InfoWindow({content: $lf3848b78b70702300c576fcd56a9addd});var infowindow = new google.maps.InfoWindow({content: $lf3848b78b70702300c576fcd56a9addd});google.maps.event.addListener(m_f3848b78b70702300c576fcd56a9addd, 'click', function() {infowindow.open(map,m_f3848b78b70702300c576fcd56a9addd);});$marker.push(m_f3848b78b70702300c576fcd56a9addd);}});}google.maps.event.addDomListener(window, 'load', initialize);