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.2028,-77.2545)};var g_91ca9e93f5c17a6e9ab94026abb3d67a = new google.maps.Geocoder();g_91ca9e93f5c17a6e9ab94026abb3d67a.geocode( { 'address': "222 Allegheny St, Jersey Shore, PA 17740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jersey-shore-PA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('jersey-shore-PA-santander-bank'), mapOptions);}document.getElementById('b3a53d0d').innerHTML += ' | View Map';var $l91ca9e93f5c17a6e9ab94026abb3d67a = '

Santander Bank

Address: 222 Allegheny St, Jersey Shore, PA 17740, USA
Phone: (570) 398-1540
';var m_91ca9e93f5c17a6e9ab94026abb3d67a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_91ca9e93f5c17a6e9ab94026abb3d67a['infowindow'] = new google.maps.InfoWindow({content: $l91ca9e93f5c17a6e9ab94026abb3d67a});var infowindow = new google.maps.InfoWindow({content: $l91ca9e93f5c17a6e9ab94026abb3d67a});google.maps.event.addListener(m_91ca9e93f5c17a6e9ab94026abb3d67a, 'click', function() {infowindow.open(map,m_91ca9e93f5c17a6e9ab94026abb3d67a);});$marker.push(m_91ca9e93f5c17a6e9ab94026abb3d67a);}});}google.maps.event.addDomListener(window, 'load', initialize);