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(42.634,-78.0484)};var g_9dafc1a82f94156915f014a9eb968d70 = new google.maps.Geocoder();g_9dafc1a82f94156915f014a9eb968d70.geocode( { 'address': "50 N Main St, Castile, NY 14427, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castile-NY-bank-of-castile').style.display = '';map = new google.maps.Map(document.getElementById('castile-NY-bank-of-castile'), mapOptions);}document.getElementById('7923fe5e').innerHTML += ' | View Map';var $l9dafc1a82f94156915f014a9eb968d70 = '

Bank of Castile

Address: 50 N Main St, Castile, NY 14427, USA
Phone: (585) 493-2576
';var m_9dafc1a82f94156915f014a9eb968d70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Castile',});m_9dafc1a82f94156915f014a9eb968d70['infowindow'] = new google.maps.InfoWindow({content: $l9dafc1a82f94156915f014a9eb968d70});var infowindow = new google.maps.InfoWindow({content: $l9dafc1a82f94156915f014a9eb968d70});google.maps.event.addListener(m_9dafc1a82f94156915f014a9eb968d70, 'click', function() {infowindow.open(map,m_9dafc1a82f94156915f014a9eb968d70);});$marker.push(m_9dafc1a82f94156915f014a9eb968d70);}});}google.maps.event.addDomListener(window, 'load', initialize);