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.1172,-77.5511)};var g_14c8dda96995db082a9dda870bcca2a1 = new google.maps.Geocoder();g_14c8dda96995db082a9dda870bcca2a1.geocode( { 'address': "132 Allens Creek Rd, Rochester, NY 14618, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-homechex').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-homechex'), mapOptions);}document.getElementById('72bddd8b').innerHTML += ' | View Map';var $l14c8dda96995db082a9dda870bcca2a1 = '

Homechex

Address: 132 Allens Creek Rd, Rochester, NY 14618, USA
Phone: (585) 461-6290
';var m_14c8dda96995db082a9dda870bcca2a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homechex',});m_14c8dda96995db082a9dda870bcca2a1['infowindow'] = new google.maps.InfoWindow({content: $l14c8dda96995db082a9dda870bcca2a1});var infowindow = new google.maps.InfoWindow({content: $l14c8dda96995db082a9dda870bcca2a1});google.maps.event.addListener(m_14c8dda96995db082a9dda870bcca2a1, 'click', function() {infowindow.open(map,m_14c8dda96995db082a9dda870bcca2a1);});$marker.push(m_14c8dda96995db082a9dda870bcca2a1);}});}google.maps.event.addDomListener(window, 'load', initialize);