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.7397,-78.1646)};var g_c323092e3dc96ec44049c28c7dd27089 = new google.maps.Geocoder();g_c323092e3dc96ec44049c28c7dd27089.geocode( { 'address': "2367 State Route 19 N, Warsaw, NY 14569"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warsaw-NY-bank-of-castile').style.display = '';map = new google.maps.Map(document.getElementById('warsaw-NY-bank-of-castile'), mapOptions);}document.getElementById('55e8c1b3').innerHTML += ' | View Map';var $lc323092e3dc96ec44049c28c7dd27089 = '

Bank Of Castile

Address: 2367 State Route 19 N, Warsaw, NY 14569
Phone: (585) 786-3195
';var m_c323092e3dc96ec44049c28c7dd27089 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Castile',});m_c323092e3dc96ec44049c28c7dd27089['infowindow'] = new google.maps.InfoWindow({content: $lc323092e3dc96ec44049c28c7dd27089});var infowindow = new google.maps.InfoWindow({content: $lc323092e3dc96ec44049c28c7dd27089});google.maps.event.addListener(m_c323092e3dc96ec44049c28c7dd27089, 'click', function() {infowindow.open(map,m_c323092e3dc96ec44049c28c7dd27089);});$marker.push(m_c323092e3dc96ec44049c28c7dd27089);}});}google.maps.event.addDomListener(window, 'load', initialize);