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.1007,-79.3229)};var g_4079d0c382d5479c40a730998bebe3a4 = new google.maps.Geocoder();g_4079d0c382d5479c40a730998bebe3a4.geocode( { 'address': "1 W Fairmount Ave, Lakewood, NY 14750"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-NY-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-NY-community-bank'), mapOptions);}document.getElementById('b11bcfd2').innerHTML += ' | View Map';var $l4079d0c382d5479c40a730998bebe3a4 = '

Community Bank

Address: 1 W Fairmount Ave, Lakewood, NY 14750
Phone: (716) 763-2140
';var m_4079d0c382d5479c40a730998bebe3a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_4079d0c382d5479c40a730998bebe3a4['infowindow'] = new google.maps.InfoWindow({content: $l4079d0c382d5479c40a730998bebe3a4});var infowindow = new google.maps.InfoWindow({content: $l4079d0c382d5479c40a730998bebe3a4});google.maps.event.addListener(m_4079d0c382d5479c40a730998bebe3a4, 'click', function() {infowindow.open(map,m_4079d0c382d5479c40a730998bebe3a4);});$marker.push(m_4079d0c382d5479c40a730998bebe3a4);}});}google.maps.event.addDomListener(window, 'load', initialize);