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.5399,-75.9026)};var g_c1359787bf55041f1bbe34fa1f268e6b = new google.maps.Geocoder();g_c1359787bf55041f1bbe34fa1f268e6b.geocode( { 'address': "2743 NY-26, Cincinnatus, NY 13040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnatus-NY-alliance-bank').style.display = '';map = new google.maps.Map(document.getElementById('cincinnatus-NY-alliance-bank'), mapOptions);}document.getElementById('1cfd3aec').innerHTML += ' | View Map';var $lc1359787bf55041f1bbe34fa1f268e6b = '

Alliance Bank

Address: 2743 NY-26, Cincinnatus, NY 13040, USA
Phone: (607) 863-4100
';var m_c1359787bf55041f1bbe34fa1f268e6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Bank',});m_c1359787bf55041f1bbe34fa1f268e6b['infowindow'] = new google.maps.InfoWindow({content: $lc1359787bf55041f1bbe34fa1f268e6b});var infowindow = new google.maps.InfoWindow({content: $lc1359787bf55041f1bbe34fa1f268e6b});google.maps.event.addListener(m_c1359787bf55041f1bbe34fa1f268e6b, 'click', function() {infowindow.open(map,m_c1359787bf55041f1bbe34fa1f268e6b);});$marker.push(m_c1359787bf55041f1bbe34fa1f268e6b);}});}google.maps.event.addDomListener(window, 'load', initialize);