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(43.2511,-77.6994)};var g_4371891603a2451fc1ed3aaf592f2d5d = new google.maps.Geocoder();g_4371891603a2451fc1ed3aaf592f2d5d.geocode( { 'address': "3177 Latta Rd, Rochester, NY 14612, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-latta-long-pond').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-latta-long-pond'), mapOptions);}document.getElementById('0c969af7').innerHTML += ' | View Map';var $l4371891603a2451fc1ed3aaf592f2d5d = '

Latta Long Pond

Address: 3177 Latta Rd, Rochester, NY 14612, USA
Phone: (585) 225-5890
';var m_4371891603a2451fc1ed3aaf592f2d5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Latta Long Pond',});m_4371891603a2451fc1ed3aaf592f2d5d['infowindow'] = new google.maps.InfoWindow({content: $l4371891603a2451fc1ed3aaf592f2d5d});var infowindow = new google.maps.InfoWindow({content: $l4371891603a2451fc1ed3aaf592f2d5d});google.maps.event.addListener(m_4371891603a2451fc1ed3aaf592f2d5d, 'click', function() {infowindow.open(map,m_4371891603a2451fc1ed3aaf592f2d5d);});$marker.push(m_4371891603a2451fc1ed3aaf592f2d5d);}});}google.maps.event.addDomListener(window, 'load', initialize);