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.9931,-77.8712)};var g_9b40aee76034c9543ceacba5df759a1d = new google.maps.Geocoder();g_9b40aee76034c9543ceacba5df759a1d.geocode( { 'address': "391 Main St, Genesee, PA 16923, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('genesee-PA-first-citizens-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('genesee-PA-first-citizens-community-bank'), mapOptions);}document.getElementById('2bf81728').innerHTML += ' | View Map';var $l9b40aee76034c9543ceacba5df759a1d = '

First Citizens Community Bank

Address: 391 Main St, Genesee, PA 16923, USA
Phone: (814) 228-3210
';var m_9b40aee76034c9543ceacba5df759a1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Community Bank',});m_9b40aee76034c9543ceacba5df759a1d['infowindow'] = new google.maps.InfoWindow({content: $l9b40aee76034c9543ceacba5df759a1d});var infowindow = new google.maps.InfoWindow({content: $l9b40aee76034c9543ceacba5df759a1d});google.maps.event.addListener(m_9b40aee76034c9543ceacba5df759a1d, 'click', function() {infowindow.open(map,m_9b40aee76034c9543ceacba5df759a1d);});$marker.push(m_9b40aee76034c9543ceacba5df759a1d);}});}google.maps.event.addDomListener(window, 'load', initialize);