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_62a081b993506561f522af260073cb18 = new google.maps.Geocoder();g_62a081b993506561f522af260073cb18.geocode( { 'address': "60 Cuttermill Rd, Great Neck, NY 11021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-neck-NY-celtic-financial-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('great-neck-NY-celtic-financial-group-llc'), mapOptions);}document.getElementById('8da48da2').innerHTML += ' | View Map';var $l62a081b993506561f522af260073cb18 = '

Celtic Financial Group LLC

Address: 60 Cuttermill Rd, Great Neck, NY 11021
Phone: (516) 466-0550
';var m_62a081b993506561f522af260073cb18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Celtic Financial Group LLC',});m_62a081b993506561f522af260073cb18['infowindow'] = new google.maps.InfoWindow({content: $l62a081b993506561f522af260073cb18});var infowindow = new google.maps.InfoWindow({content: $l62a081b993506561f522af260073cb18});google.maps.event.addListener(m_62a081b993506561f522af260073cb18, 'click', function() {infowindow.open(map,m_62a081b993506561f522af260073cb18);});$marker.push(m_62a081b993506561f522af260073cb18);}});}google.maps.event.addDomListener(window, 'load', initialize);