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.2965,-79.0988)};var g_99d0094f0adc3cc99e74d1dcf8c49fd7 = new google.maps.Geocoder();g_99d0094f0adc3cc99e74d1dcf8c49fd7.geocode( { 'address': "6834 Main St, Cherry Creek, NY 14723, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cherry-creek-NY-southern-chautaugua-fcu').style.display = '';map = new google.maps.Map(document.getElementById('cherry-creek-NY-southern-chautaugua-fcu'), mapOptions);}document.getElementById('4699a7a7').innerHTML += ' | View Map';var $l99d0094f0adc3cc99e74d1dcf8c49fd7 = '

Southern Chautaugua FCU

Address: 6834 Main St, Cherry Creek, NY 14723, USA
Phone: (716) 296-8700
';var m_99d0094f0adc3cc99e74d1dcf8c49fd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Chautaugua FCU',});m_99d0094f0adc3cc99e74d1dcf8c49fd7['infowindow'] = new google.maps.InfoWindow({content: $l99d0094f0adc3cc99e74d1dcf8c49fd7});var infowindow = new google.maps.InfoWindow({content: $l99d0094f0adc3cc99e74d1dcf8c49fd7});google.maps.event.addListener(m_99d0094f0adc3cc99e74d1dcf8c49fd7, 'click', function() {infowindow.open(map,m_99d0094f0adc3cc99e74d1dcf8c49fd7);});$marker.push(m_99d0094f0adc3cc99e74d1dcf8c49fd7);}});}google.maps.event.addDomListener(window, 'load', initialize);