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(40.3961,-75.8896)};var g_b18e8fb514012229891cf024b6436526 = new google.maps.Geocoder();g_b18e8fb514012229891cf024b6436526.geocode( { 'address': "4930 5th Street Hwy, Temple, PA 19560"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-PA-susquehanna-bank').style.display = '';map = new google.maps.Map(document.getElementById('temple-PA-susquehanna-bank'), mapOptions);}document.getElementById('1791fcf7').innerHTML += ' | View Map';var $lb18e8fb514012229891cf024b6436526 = '

Susquehanna Bank

Address: 4930 5th Street Hwy, Temple, PA 19560
Phone: (610) 929-0123
';var m_b18e8fb514012229891cf024b6436526 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susquehanna Bank',});m_b18e8fb514012229891cf024b6436526['infowindow'] = new google.maps.InfoWindow({content: $lb18e8fb514012229891cf024b6436526});var infowindow = new google.maps.InfoWindow({content: $lb18e8fb514012229891cf024b6436526});google.maps.event.addListener(m_b18e8fb514012229891cf024b6436526, 'click', function() {infowindow.open(map,m_b18e8fb514012229891cf024b6436526);});$marker.push(m_b18e8fb514012229891cf024b6436526);}});}google.maps.event.addDomListener(window, 'load', initialize);