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.835,-77.7049)};var g_b937384a573b94c4d7cc6004c496f919 = new google.maps.Geocoder();g_b937384a573b94c4d7cc6004c496f919.geocode( { 'address': "3261 Rochester Rd, Lakeville, NY 14480"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeville-NY-five-star-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakeville-NY-five-star-bank'), mapOptions);}document.getElementById('a591c498').innerHTML += ' | View Map';var $lb937384a573b94c4d7cc6004c496f919 = '

Five Star Bank

Address: 3261 Rochester Rd, Lakeville, NY 14480
Phone: (585) 346-2555
';var m_b937384a573b94c4d7cc6004c496f919 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Star Bank',});m_b937384a573b94c4d7cc6004c496f919['infowindow'] = new google.maps.InfoWindow({content: $lb937384a573b94c4d7cc6004c496f919});var infowindow = new google.maps.InfoWindow({content: $lb937384a573b94c4d7cc6004c496f919});google.maps.event.addListener(m_b937384a573b94c4d7cc6004c496f919, 'click', function() {infowindow.open(map,m_b937384a573b94c4d7cc6004c496f919);});$marker.push(m_b937384a573b94c4d7cc6004c496f919);}});}google.maps.event.addDomListener(window, 'load', initialize);