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.2499,-78.7983)};var g_627ae4286cb6c84d14033b1215eae66a = new google.maps.Geocoder();g_627ae4286cb6c84d14033b1215eae66a.geocode( { 'address': "120 Main 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-bank').style.display = '';map = new google.maps.Map(document.getElementById('little-valley-NY-cattaraugus-county-bank'), mapOptions);}document.getElementById('e9c8143d').innerHTML += ' | View Map';var $l627ae4286cb6c84d14033b1215eae66a = '

Cattaraugus County Bank

Address: 120 Main St, Little Valley, NY 14755, USA
Phone: (800) 882-9903
';var m_627ae4286cb6c84d14033b1215eae66a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cattaraugus County Bank',});m_627ae4286cb6c84d14033b1215eae66a['infowindow'] = new google.maps.InfoWindow({content: $l627ae4286cb6c84d14033b1215eae66a});var infowindow = new google.maps.InfoWindow({content: $l627ae4286cb6c84d14033b1215eae66a});google.maps.event.addListener(m_627ae4286cb6c84d14033b1215eae66a, 'click', function() {infowindow.open(map,m_627ae4286cb6c84d14033b1215eae66a);});$marker.push(m_627ae4286cb6c84d14033b1215eae66a);}});}google.maps.event.addDomListener(window, 'load', initialize);