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.1032,-77.8843)};var g_360f63bacd86e7387493382c9c7192a0 = new google.maps.Geocoder();g_360f63bacd86e7387493382c9c7192a0.geocode( { 'address': "38 S Main St, Churchville, NY 14428, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('churchville-NY-tompkins').style.display = '';map = new google.maps.Map(document.getElementById('churchville-NY-tompkins'), mapOptions);}document.getElementById('50e98255').innerHTML += ' | View Map';var $l360f63bacd86e7387493382c9c7192a0 = '

Tompkins

Address: 38 S Main St, Churchville, NY 14428, USA
Phone: (585) 293-2018
';var m_360f63bacd86e7387493382c9c7192a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tompkins',});m_360f63bacd86e7387493382c9c7192a0['infowindow'] = new google.maps.InfoWindow({content: $l360f63bacd86e7387493382c9c7192a0});var infowindow = new google.maps.InfoWindow({content: $l360f63bacd86e7387493382c9c7192a0});google.maps.event.addListener(m_360f63bacd86e7387493382c9c7192a0, 'click', function() {infowindow.open(map,m_360f63bacd86e7387493382c9c7192a0);});$marker.push(m_360f63bacd86e7387493382c9c7192a0);}});}google.maps.event.addDomListener(window, 'load', initialize);