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.1682,-77.6019)};var g_6107d91fc9a0b04bc044aa7d8c1443bd = new google.maps.Geocoder();g_6107d91fc9a0b04bc044aa7d8c1443bd.geocode( { 'address': "710 Lake Ave, Rochester, NY 14613"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-lake-ave-tops').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-lake-ave-tops'), mapOptions);}document.getElementById('9dedc1a1').innerHTML += ' | View Map';var $l6107d91fc9a0b04bc044aa7d8c1443bd = '

Lake Ave Tops

Address: 710 Lake Ave, Rochester, NY 14613
Phone: (585) 458-2270
';var m_6107d91fc9a0b04bc044aa7d8c1443bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Ave Tops',});m_6107d91fc9a0b04bc044aa7d8c1443bd['infowindow'] = new google.maps.InfoWindow({content: $l6107d91fc9a0b04bc044aa7d8c1443bd});var infowindow = new google.maps.InfoWindow({content: $l6107d91fc9a0b04bc044aa7d8c1443bd});google.maps.event.addListener(m_6107d91fc9a0b04bc044aa7d8c1443bd, 'click', function() {infowindow.open(map,m_6107d91fc9a0b04bc044aa7d8c1443bd);});$marker.push(m_6107d91fc9a0b04bc044aa7d8c1443bd);}});}google.maps.event.addDomListener(window, 'load', initialize);