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_ef2f8301bf2c3404552f1c3df84df9ec = new google.maps.Geocoder();g_ef2f8301bf2c3404552f1c3df84df9ec.geocode( { 'address': "320 Northern Blvd, Great Neck, NY 11021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-neck-NY-ivy-securities').style.display = '';map = new google.maps.Map(document.getElementById('great-neck-NY-ivy-securities'), mapOptions);}document.getElementById('8c1f07e2').innerHTML += ' | View Map';var $lef2f8301bf2c3404552f1c3df84df9ec = '

Ivy Securities

Address: 320 Northern Blvd, Great Neck, NY 11021
Phone: (516) 504-1300
';var m_ef2f8301bf2c3404552f1c3df84df9ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ivy Securities',});m_ef2f8301bf2c3404552f1c3df84df9ec['infowindow'] = new google.maps.InfoWindow({content: $lef2f8301bf2c3404552f1c3df84df9ec});var infowindow = new google.maps.InfoWindow({content: $lef2f8301bf2c3404552f1c3df84df9ec});google.maps.event.addListener(m_ef2f8301bf2c3404552f1c3df84df9ec, 'click', function() {infowindow.open(map,m_ef2f8301bf2c3404552f1c3df84df9ec);});$marker.push(m_ef2f8301bf2c3404552f1c3df84df9ec);}});}google.maps.event.addDomListener(window, 'load', initialize);