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.7938,-77.816)};var g_a0b2d587a1dcacb6a6038d6669cc9eda = new google.maps.Geocoder();g_a0b2d587a1dcacb6a6038d6669cc9eda.geocode( { 'address': "11 South St, Geneseo, NY 14454, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('geneseo-NY-the-bank-of-castile').style.display = '';map = new google.maps.Map(document.getElementById('geneseo-NY-the-bank-of-castile'), mapOptions);}document.getElementById('42fbdf07').innerHTML += ' | View Map';var $la0b2d587a1dcacb6a6038d6669cc9eda = '

The Bank of Castile

Address: 11 South St, Geneseo, NY 14454, USA
Phone: (585) 243-3420
';var m_a0b2d587a1dcacb6a6038d6669cc9eda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Castile',});m_a0b2d587a1dcacb6a6038d6669cc9eda['infowindow'] = new google.maps.InfoWindow({content: $la0b2d587a1dcacb6a6038d6669cc9eda});var infowindow = new google.maps.InfoWindow({content: $la0b2d587a1dcacb6a6038d6669cc9eda});google.maps.event.addListener(m_a0b2d587a1dcacb6a6038d6669cc9eda, 'click', function() {infowindow.open(map,m_a0b2d587a1dcacb6a6038d6669cc9eda);});$marker.push(m_a0b2d587a1dcacb6a6038d6669cc9eda);}});}google.maps.event.addDomListener(window, 'load', initialize);