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(40.6095,-76.2247)};var g_b94542e1434723ab81c1fe5ba5ff78e1 = new google.maps.Geocoder();g_b94542e1434723ab81c1fe5ba5ff78e1.geocode( { 'address': "1549 Long Run Rd, Friedensburg, PA 17933, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('friedensburg-PA-first-citizens-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('friedensburg-PA-first-citizens-community-bank'), mapOptions);}document.getElementById('748e8f4b').innerHTML += ' | View Map';var $lb94542e1434723ab81c1fe5ba5ff78e1 = '

First Citizens Community Bank

Address: 1549 Long Run Rd, Friedensburg, PA 17933, USA
Phone: (866) 779-4113
';var m_b94542e1434723ab81c1fe5ba5ff78e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Community Bank',});m_b94542e1434723ab81c1fe5ba5ff78e1['infowindow'] = new google.maps.InfoWindow({content: $lb94542e1434723ab81c1fe5ba5ff78e1});var infowindow = new google.maps.InfoWindow({content: $lb94542e1434723ab81c1fe5ba5ff78e1});google.maps.event.addListener(m_b94542e1434723ab81c1fe5ba5ff78e1, 'click', function() {infowindow.open(map,m_b94542e1434723ab81c1fe5ba5ff78e1);});$marker.push(m_b94542e1434723ab81c1fe5ba5ff78e1);}});}google.maps.event.addDomListener(window, 'load', initialize);