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.775,-72.8957)};var g_ff451b4a456150649bc16b979c93a383 = new google.maps.Geocoder();g_ff451b4a456150649bc16b979c93a383.geocode( { 'address': "456 Medford Ave, Patchogue, NY 11772"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('patchogue-NY-camelot-funding').style.display = '';map = new google.maps.Map(document.getElementById('patchogue-NY-camelot-funding'), mapOptions);}document.getElementById('76704fc7').innerHTML += ' | View Map';var $lff451b4a456150649bc16b979c93a383 = '

Camelot Funding

Address: 456 Medford Ave, Patchogue, NY 11772
Phone: (631) 289-2525
';var m_ff451b4a456150649bc16b979c93a383 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Camelot Funding',});m_ff451b4a456150649bc16b979c93a383['infowindow'] = new google.maps.InfoWindow({content: $lff451b4a456150649bc16b979c93a383});var infowindow = new google.maps.InfoWindow({content: $lff451b4a456150649bc16b979c93a383});google.maps.event.addListener(m_ff451b4a456150649bc16b979c93a383, 'click', function() {infowindow.open(map,m_ff451b4a456150649bc16b979c93a383);});$marker.push(m_ff451b4a456150649bc16b979c93a383);}});}google.maps.event.addDomListener(window, 'load', initialize);