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.099,-77.5852)};var g_4abfc2fa6fce4bf7354d3a1074179377 = new google.maps.Geocoder();g_4abfc2fa6fce4bf7354d3a1074179377.geocode( { 'address': "300 Canal View Blvd #130, Rochester, NY 14623, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-eos-cca-rochester').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-eos-cca-rochester'), mapOptions);}document.getElementById('3044756b').innerHTML += ' | View Map';var $l4abfc2fa6fce4bf7354d3a1074179377 = '

EOS CCA Rochester

Address: 300 Canal View Blvd #130, Rochester, NY 14623, USA
Phone: (800) 947-6770
';var m_4abfc2fa6fce4bf7354d3a1074179377 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EOS CCA Rochester',});m_4abfc2fa6fce4bf7354d3a1074179377['infowindow'] = new google.maps.InfoWindow({content: $l4abfc2fa6fce4bf7354d3a1074179377});var infowindow = new google.maps.InfoWindow({content: $l4abfc2fa6fce4bf7354d3a1074179377});google.maps.event.addListener(m_4abfc2fa6fce4bf7354d3a1074179377, 'click', function() {infowindow.open(map,m_4abfc2fa6fce4bf7354d3a1074179377);});$marker.push(m_4abfc2fa6fce4bf7354d3a1074179377);}});}google.maps.event.addDomListener(window, 'load', initialize);