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.9075,-76.877)};var g_253efe0d294b2c4bf551b50760a07de1 = new google.maps.Geocoder();g_253efe0d294b2c4bf551b50760a07de1.geocode( { 'address': "2433 State Route 414, Waterloo, NY 13165"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterloo-NY-lyons-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('waterloo-NY-lyons-national-bank'), mapOptions);}document.getElementById('40026bc3').innerHTML += ' | View Map';var $l253efe0d294b2c4bf551b50760a07de1 = '

Lyons National Bank

Address: 2433 State Route 414, Waterloo, NY 13165
Phone: (315) 539-4100
';var m_253efe0d294b2c4bf551b50760a07de1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lyons National Bank',});m_253efe0d294b2c4bf551b50760a07de1['infowindow'] = new google.maps.InfoWindow({content: $l253efe0d294b2c4bf551b50760a07de1});var infowindow = new google.maps.InfoWindow({content: $l253efe0d294b2c4bf551b50760a07de1});google.maps.event.addListener(m_253efe0d294b2c4bf551b50760a07de1, 'click', function() {infowindow.open(map,m_253efe0d294b2c4bf551b50760a07de1);});$marker.push(m_253efe0d294b2c4bf551b50760a07de1);}});}google.maps.event.addDomListener(window, 'load', initialize);