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.7212,-73.8502)};var g_a3147b88259a8e5745ebd59394aee83e = new google.maps.Geocoder();g_a3147b88259a8e5745ebd59394aee83e.geocode( { 'address': "9617 69th Ave, Forest Hills, NY 11375"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-hills-NY-platinum-equity-consultants-co').style.display = '';map = new google.maps.Map(document.getElementById('forest-hills-NY-platinum-equity-consultants-co'), mapOptions);}document.getElementById('618ca679').innerHTML += ' | View Map';var $la3147b88259a8e5745ebd59394aee83e = '

Platinum Equity Consultants Co

Address: 9617 69th Ave, Forest Hills, NY 11375
Phone: (718) 544-3675
';var m_a3147b88259a8e5745ebd59394aee83e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Equity Consultants Co',});m_a3147b88259a8e5745ebd59394aee83e['infowindow'] = new google.maps.InfoWindow({content: $la3147b88259a8e5745ebd59394aee83e});var infowindow = new google.maps.InfoWindow({content: $la3147b88259a8e5745ebd59394aee83e});google.maps.event.addListener(m_a3147b88259a8e5745ebd59394aee83e, 'click', function() {infowindow.open(map,m_a3147b88259a8e5745ebd59394aee83e);});$marker.push(m_a3147b88259a8e5745ebd59394aee83e);}});}google.maps.event.addDomListener(window, 'load', initialize);