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.7162,-78.8317)};var g_b92e91b7bfd9910a5d87410438f16d12 = new google.maps.Geocoder();g_b92e91b7bfd9910a5d87410438f16d12.geocode( { 'address': "59 Main St, Hamburg, NY 14075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamburg-NY-lake-shore-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('hamburg-NY-lake-shore-savings-bank'), mapOptions);}document.getElementById('646034f6').innerHTML += ' | View Map';var $lb92e91b7bfd9910a5d87410438f16d12 = '

Lake Shore Savings Bank

Address: 59 Main St, Hamburg, NY 14075, USA
Phone: (716) 646-9480
';var m_b92e91b7bfd9910a5d87410438f16d12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Shore Savings Bank',});m_b92e91b7bfd9910a5d87410438f16d12['infowindow'] = new google.maps.InfoWindow({content: $lb92e91b7bfd9910a5d87410438f16d12});var infowindow = new google.maps.InfoWindow({content: $lb92e91b7bfd9910a5d87410438f16d12});google.maps.event.addListener(m_b92e91b7bfd9910a5d87410438f16d12, 'click', function() {infowindow.open(map,m_b92e91b7bfd9910a5d87410438f16d12);});$marker.push(m_b92e91b7bfd9910a5d87410438f16d12);}});}google.maps.event.addDomListener(window, 'load', initialize);