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(43.2411,-78.202)};var g_e7023ba77a45f7e84c5ee8a28dd63585 = new google.maps.Geocoder();g_e7023ba77a45f7e84c5ee8a28dd63585.geocode( { 'address': "299 West Ave, Albion, NY 14411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albion-NY-cobblestone-country-fcu').style.display = '';map = new google.maps.Map(document.getElementById('albion-NY-cobblestone-country-fcu'), mapOptions);}document.getElementById('fa5c0af6').innerHTML += ' | View Map';var $le7023ba77a45f7e84c5ee8a28dd63585 = '

Cobblestone Country FCU

Address: 299 West Ave, Albion, NY 14411, USA
Phone: (585) 589-5286
';var m_e7023ba77a45f7e84c5ee8a28dd63585 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cobblestone Country FCU',});m_e7023ba77a45f7e84c5ee8a28dd63585['infowindow'] = new google.maps.InfoWindow({content: $le7023ba77a45f7e84c5ee8a28dd63585});var infowindow = new google.maps.InfoWindow({content: $le7023ba77a45f7e84c5ee8a28dd63585});google.maps.event.addListener(m_e7023ba77a45f7e84c5ee8a28dd63585, 'click', function() {infowindow.open(map,m_e7023ba77a45f7e84c5ee8a28dd63585);});$marker.push(m_e7023ba77a45f7e84c5ee8a28dd63585);}});}google.maps.event.addDomListener(window, 'load', initialize);