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(41.8844,-80.3792)};var g_3fd5958921a002061e38e86b5692a26e = new google.maps.Geocoder();g_3fd5958921a002061e38e86b5692a26e.geocode( { 'address': "53 E State St, Albion, PA 16401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albion-PA-community-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('albion-PA-community-national-bank'), mapOptions);}document.getElementById('0f5435ad').innerHTML += ' | View Map';var $l3fd5958921a002061e38e86b5692a26e = '

Community National Bank

Address: 53 E State St, Albion, PA 16401
Phone: (814) 756-4138
';var m_3fd5958921a002061e38e86b5692a26e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bank',});m_3fd5958921a002061e38e86b5692a26e['infowindow'] = new google.maps.InfoWindow({content: $l3fd5958921a002061e38e86b5692a26e});var infowindow = new google.maps.InfoWindow({content: $l3fd5958921a002061e38e86b5692a26e});google.maps.event.addListener(m_3fd5958921a002061e38e86b5692a26e, 'click', function() {infowindow.open(map,m_3fd5958921a002061e38e86b5692a26e);});$marker.push(m_3fd5958921a002061e38e86b5692a26e);}});}google.maps.event.addDomListener(window, 'load', initialize);