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.8069,-77.0774)};var g_7ca3aab08f168c3cfedd96c94ac84cb7 = new google.maps.Geocoder();g_7ca3aab08f168c3cfedd96c94ac84cb7.geocode( { 'address': "15 S Main St, Mansfield, PA 16933, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-PA-citizens-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-PA-citizens-financial-services-inc'), mapOptions);}document.getElementById('922abd6b').innerHTML += ' | View Map';var $l7ca3aab08f168c3cfedd96c94ac84cb7 = '

Citizens Financial Services Inc

Address: 15 S Main St, Mansfield, PA 16933, USA
Phone: (570) 662-2121
';var m_7ca3aab08f168c3cfedd96c94ac84cb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Financial Services Inc',});m_7ca3aab08f168c3cfedd96c94ac84cb7['infowindow'] = new google.maps.InfoWindow({content: $l7ca3aab08f168c3cfedd96c94ac84cb7});var infowindow = new google.maps.InfoWindow({content: $l7ca3aab08f168c3cfedd96c94ac84cb7});google.maps.event.addListener(m_7ca3aab08f168c3cfedd96c94ac84cb7, 'click', function() {infowindow.open(map,m_7ca3aab08f168c3cfedd96c94ac84cb7);});$marker.push(m_7ca3aab08f168c3cfedd96c94ac84cb7);}});}google.maps.event.addDomListener(window, 'load', initialize);