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.1168,-77.4815)};var g_6bbb1d9a69563c0fbc9d699059d4f820 = new google.maps.Geocoder();g_6bbb1d9a69563c0fbc9d699059d4f820.geocode( { 'address': "173 Hogan Blvd, Mill Hall, PA 17751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mill-hall-PA-jersey-shore-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('mill-hall-PA-jersey-shore-state-bank'), mapOptions);}document.getElementById('3e364b2d').innerHTML += ' | View Map';var $l6bbb1d9a69563c0fbc9d699059d4f820 = '

Jersey Shore State Bank

Address: 173 Hogan Blvd, Mill Hall, PA 17751, USA
Phone: (570) 748-8680
';var m_6bbb1d9a69563c0fbc9d699059d4f820 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jersey Shore State Bank',});m_6bbb1d9a69563c0fbc9d699059d4f820['infowindow'] = new google.maps.InfoWindow({content: $l6bbb1d9a69563c0fbc9d699059d4f820});var infowindow = new google.maps.InfoWindow({content: $l6bbb1d9a69563c0fbc9d699059d4f820});google.maps.event.addListener(m_6bbb1d9a69563c0fbc9d699059d4f820, 'click', function() {infowindow.open(map,m_6bbb1d9a69563c0fbc9d699059d4f820);});$marker.push(m_6bbb1d9a69563c0fbc9d699059d4f820);}});}google.maps.event.addDomListener(window, 'load', initialize);