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.6588,-73.697)};var g_716799023d796d6a53b40d8bb8ca5c46 = new google.maps.Geocoder();g_716799023d796d6a53b40d8bb8ca5c46.geocode( { 'address': "70 East Sunrise Highway, Suite 500, Valley Stream, NY 11581, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valley-stream-NY-the-legal-credit-experts').style.display = '';map = new google.maps.Map(document.getElementById('valley-stream-NY-the-legal-credit-experts'), mapOptions);}document.getElementById('ddb822f8').innerHTML += ' | View Map';var $l716799023d796d6a53b40d8bb8ca5c46 = '

The Legal Credit Experts

Address: 70 East Sunrise Highway, Suite 500, Valley Stream, NY 11581, USA
Phone: (516) 501-9995
';var m_716799023d796d6a53b40d8bb8ca5c46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Legal Credit Experts',});m_716799023d796d6a53b40d8bb8ca5c46['infowindow'] = new google.maps.InfoWindow({content: $l716799023d796d6a53b40d8bb8ca5c46});var infowindow = new google.maps.InfoWindow({content: $l716799023d796d6a53b40d8bb8ca5c46});google.maps.event.addListener(m_716799023d796d6a53b40d8bb8ca5c46, 'click', function() {infowindow.open(map,m_716799023d796d6a53b40d8bb8ca5c46);});$marker.push(m_716799023d796d6a53b40d8bb8ca5c46);}});}google.maps.event.addDomListener(window, 'load', initialize);