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_f44c1b7054a2fc2e3c2d0eb0dbb81e75 = new google.maps.Geocoder();g_f44c1b7054a2fc2e3c2d0eb0dbb81e75.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-the-bank-of-castile').style.display = '';map = new google.maps.Map(document.getElementById('churchville-NY-the-bank-of-castile'), mapOptions);}document.getElementById('50e98255').innerHTML += ' | View Map';var $lf44c1b7054a2fc2e3c2d0eb0dbb81e75 = '

The Bank of Castile

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