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.249,-78.7994)};var g_7ebc686287f7afcdb4a2af8644b852b2 = new google.maps.Geocoder();g_7ebc686287f7afcdb4a2af8644b852b2.geocode( { 'address': "100 Fair Oak St, Little Valley, NY 14755, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('little-valley-NY-cattaraugus-county-empl-cu').style.display = '';map = new google.maps.Map(document.getElementById('little-valley-NY-cattaraugus-county-empl-cu'), mapOptions);}document.getElementById('ac5dd6d2').innerHTML += ' | View Map';var $l7ebc686287f7afcdb4a2af8644b852b2 = '

Cattaraugus County Empl CU

Address: 100 Fair Oak St, Little Valley, NY 14755, USA
Phone: (716) 938-6071
';var m_7ebc686287f7afcdb4a2af8644b852b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cattaraugus County Empl CU',});m_7ebc686287f7afcdb4a2af8644b852b2['infowindow'] = new google.maps.InfoWindow({content: $l7ebc686287f7afcdb4a2af8644b852b2});var infowindow = new google.maps.InfoWindow({content: $l7ebc686287f7afcdb4a2af8644b852b2});google.maps.event.addListener(m_7ebc686287f7afcdb4a2af8644b852b2, 'click', function() {infowindow.open(map,m_7ebc686287f7afcdb4a2af8644b852b2);});$marker.push(m_7ebc686287f7afcdb4a2af8644b852b2);}});}google.maps.event.addDomListener(window, 'load', initialize);