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.8988,-78.0303)};var g_c806fdc712947d44c636183393b6f58e = new google.maps.Geocoder();g_c806fdc712947d44c636183393b6f58e.geocode( { 'address': "6948 Cato St, Pavilion, NY 14525"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pavilion-NY-five-star-bank').style.display = '';map = new google.maps.Map(document.getElementById('pavilion-NY-five-star-bank'), mapOptions);}document.getElementById('5425e13b').innerHTML += ' | View Map';var $lc806fdc712947d44c636183393b6f58e = '

Five Star Bank

Address: 6948 Cato St, Pavilion, NY 14525
Phone: (585) 584-3151
';var m_c806fdc712947d44c636183393b6f58e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Star Bank',});m_c806fdc712947d44c636183393b6f58e['infowindow'] = new google.maps.InfoWindow({content: $lc806fdc712947d44c636183393b6f58e});var infowindow = new google.maps.InfoWindow({content: $lc806fdc712947d44c636183393b6f58e});google.maps.event.addListener(m_c806fdc712947d44c636183393b6f58e, 'click', function() {infowindow.open(map,m_c806fdc712947d44c636183393b6f58e);});$marker.push(m_c806fdc712947d44c636183393b6f58e);}});}google.maps.event.addDomListener(window, 'load', initialize);