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.8692,-76.9806)};var g_e08db372d3c47062459d8ba8bef4d238 = new google.maps.Geocoder();g_e08db372d3c47062459d8ba8bef4d238.geocode( { 'address': "399 Exchange St, Geneva, NY 14456, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('geneva-NY-lnb-banking').style.display = '';map = new google.maps.Map(document.getElementById('geneva-NY-lnb-banking'), mapOptions);}document.getElementById('294657b4').innerHTML += ' | View Map';var $le08db372d3c47062459d8ba8bef4d238 = '

LNB Banking

Address: 399 Exchange St, Geneva, NY 14456, USA
Phone: (315) 781-5000
';var m_e08db372d3c47062459d8ba8bef4d238 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LNB Banking',});m_e08db372d3c47062459d8ba8bef4d238['infowindow'] = new google.maps.InfoWindow({content: $le08db372d3c47062459d8ba8bef4d238});var infowindow = new google.maps.InfoWindow({content: $le08db372d3c47062459d8ba8bef4d238});google.maps.event.addListener(m_e08db372d3c47062459d8ba8bef4d238, 'click', function() {infowindow.open(map,m_e08db372d3c47062459d8ba8bef4d238);});$marker.push(m_e08db372d3c47062459d8ba8bef4d238);}});}google.maps.event.addDomListener(window, 'load', initialize);