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.7051,-73.6546)};var g_c206170ff7bf43d6c7dd073980fb8648 = new google.maps.Geocoder();g_c206170ff7bf43d6c7dd073980fb8648.geocode( { 'address': "1st Floor, 411 Hempstead Turnpike, West Hempstead, NY 11582, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-hempstead-NY-the-lcf-group').style.display = '';map = new google.maps.Map(document.getElementById('west-hempstead-NY-the-lcf-group'), mapOptions);}document.getElementById('7c04b022').innerHTML += ' | View Map';var $lc206170ff7bf43d6c7dd073980fb8648 = '

The LCF Group

Address: 1st Floor, 411 Hempstead Turnpike, West Hempstead, NY 11582, USA
Phone: (888) 499-2939
';var m_c206170ff7bf43d6c7dd073980fb8648 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The LCF Group',});m_c206170ff7bf43d6c7dd073980fb8648['infowindow'] = new google.maps.InfoWindow({content: $lc206170ff7bf43d6c7dd073980fb8648});var infowindow = new google.maps.InfoWindow({content: $lc206170ff7bf43d6c7dd073980fb8648});google.maps.event.addListener(m_c206170ff7bf43d6c7dd073980fb8648, 'click', function() {infowindow.open(map,m_c206170ff7bf43d6c7dd073980fb8648);});$marker.push(m_c206170ff7bf43d6c7dd073980fb8648);}});}google.maps.event.addDomListener(window, 'load', initialize);