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_2ad23d666049eb23a0eb27c22370b0b3 = new google.maps.Geocoder();g_2ad23d666049eb23a0eb27c22370b0b3.geocode( { 'address': "81 Green Knolls Dr, Rochester, NY 14620"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-tcf-music-group').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-tcf-music-group'), mapOptions);}document.getElementById('9357c665').innerHTML += ' | View Map';var $l2ad23d666049eb23a0eb27c22370b0b3 = '

Tcf Music Group

Address: 81 Green Knolls Dr, Rochester, NY 14620
Phone: (585) 802-2477
';var m_2ad23d666049eb23a0eb27c22370b0b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tcf Music Group',});m_2ad23d666049eb23a0eb27c22370b0b3['infowindow'] = new google.maps.InfoWindow({content: $l2ad23d666049eb23a0eb27c22370b0b3});var infowindow = new google.maps.InfoWindow({content: $l2ad23d666049eb23a0eb27c22370b0b3});google.maps.event.addListener(m_2ad23d666049eb23a0eb27c22370b0b3, 'click', function() {infowindow.open(map,m_2ad23d666049eb23a0eb27c22370b0b3);});$marker.push(m_2ad23d666049eb23a0eb27c22370b0b3);}});}google.maps.event.addDomListener(window, 'load', initialize);