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.8364,-76.1809)};var g_30e0200add83400ad4df26ecd901ab53 = new google.maps.Geocoder();g_30e0200add83400ad4df26ecd901ab53.geocode( { 'address': "960 Main St, Le Raysville, PA 18829, USA"}, 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('f65853d6').innerHTML += ' | View Map';var $l30e0200add83400ad4df26ecd901ab53 = '

First Citizens Community Bank

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