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.5673,-77.5919)};var g_60e8bae6d6d46e249b158b21d462b5ac = new google.maps.Geocoder();g_60e8bae6d6d46e249b158b21d462b5ac.geocode( { 'address': "1 S Main St, Wayland, NY 14572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayland-NY-five-star-bank-wayland-branch').style.display = '';map = new google.maps.Map(document.getElementById('wayland-NY-five-star-bank-wayland-branch'), mapOptions);}document.getElementById('b199efd4').innerHTML += ' | View Map';var $l60e8bae6d6d46e249b158b21d462b5ac = '

Five Star Bank, Wayland Branch

Address: 1 S Main St, Wayland, NY 14572, USA
Phone: (585) 728-2221
';var m_60e8bae6d6d46e249b158b21d462b5ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Star Bank, Wayland Branch',});m_60e8bae6d6d46e249b158b21d462b5ac['infowindow'] = new google.maps.InfoWindow({content: $l60e8bae6d6d46e249b158b21d462b5ac});var infowindow = new google.maps.InfoWindow({content: $l60e8bae6d6d46e249b158b21d462b5ac});google.maps.event.addListener(m_60e8bae6d6d46e249b158b21d462b5ac, 'click', function() {infowindow.open(map,m_60e8bae6d6d46e249b158b21d462b5ac);});$marker.push(m_60e8bae6d6d46e249b158b21d462b5ac);}});}google.maps.event.addDomListener(window, 'load', initialize);