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.8454,-76.1791)};var g_4aa4ea2242e37a3ccc67f8516fb21ecd = new google.maps.Geocoder();g_4aa4ea2242e37a3ccc67f8516fb21ecd.geocode( { 'address': "960 Main St, Le Raysville, PA 18829"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('le-raysville-PA-first-citizens-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('le-raysville-PA-first-citizens-community-bank'), mapOptions);}document.getElementById('474f8e4c').innerHTML += ' | View Map';var $l4aa4ea2242e37a3ccc67f8516fb21ecd = '

First Citizens Community Bank

Address: 960 Main St, Le Raysville, PA 18829
Phone: (570) 744-2431
';var m_4aa4ea2242e37a3ccc67f8516fb21ecd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Community Bank',});m_4aa4ea2242e37a3ccc67f8516fb21ecd['infowindow'] = new google.maps.InfoWindow({content: $l4aa4ea2242e37a3ccc67f8516fb21ecd});var infowindow = new google.maps.InfoWindow({content: $l4aa4ea2242e37a3ccc67f8516fb21ecd});google.maps.event.addListener(m_4aa4ea2242e37a3ccc67f8516fb21ecd, 'click', function() {infowindow.open(map,m_4aa4ea2242e37a3ccc67f8516fb21ecd);});$marker.push(m_4aa4ea2242e37a3ccc67f8516fb21ecd);}});}google.maps.event.addDomListener(window, 'load', initialize);