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.7867,-73.7258)};var g_a0f9f350ebe97f2711f78ac4431b374b = new google.maps.Geocoder();g_a0f9f350ebe97f2711f78ac4431b374b.geocode( { 'address': "55 Northern Blvd, Great Neck, NY 11021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-neck-NY-maxum-associates').style.display = '';map = new google.maps.Map(document.getElementById('great-neck-NY-maxum-associates'), mapOptions);}document.getElementById('99370e75').innerHTML += ' | View Map';var $la0f9f350ebe97f2711f78ac4431b374b = '

Maxum Associates

Address: 55 Northern Blvd, Great Neck, NY 11021
Phone: (516) 487-3000
';var m_a0f9f350ebe97f2711f78ac4431b374b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maxum Associates',});m_a0f9f350ebe97f2711f78ac4431b374b['infowindow'] = new google.maps.InfoWindow({content: $la0f9f350ebe97f2711f78ac4431b374b});var infowindow = new google.maps.InfoWindow({content: $la0f9f350ebe97f2711f78ac4431b374b});google.maps.event.addListener(m_a0f9f350ebe97f2711f78ac4431b374b, 'click', function() {infowindow.open(map,m_a0f9f350ebe97f2711f78ac4431b374b);});$marker.push(m_a0f9f350ebe97f2711f78ac4431b374b);}});}google.maps.event.addDomListener(window, 'load', initialize);