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(39.9698,-75.1309)};var g_61353de3aa69a94273bd2ba50905d54d = new google.maps.Geocoder();g_61353de3aa69a94273bd2ba50905d54d.geocode( { 'address': "320 E Girard Ave, Philadelphia, PA 19125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-tioga-franklin-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-tioga-franklin-savings-bank'), mapOptions);}document.getElementById('d9b9a4ab').innerHTML += ' | View Map';var $l61353de3aa69a94273bd2ba50905d54d = '

Tioga Franklin Savings Bank

Address: 320 E Girard Ave, Philadelphia, PA 19125, USA
Phone: (215) 423-8012
';var m_61353de3aa69a94273bd2ba50905d54d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tioga Franklin Savings Bank',});m_61353de3aa69a94273bd2ba50905d54d['infowindow'] = new google.maps.InfoWindow({content: $l61353de3aa69a94273bd2ba50905d54d});var infowindow = new google.maps.InfoWindow({content: $l61353de3aa69a94273bd2ba50905d54d});google.maps.event.addListener(m_61353de3aa69a94273bd2ba50905d54d, 'click', function() {infowindow.open(map,m_61353de3aa69a94273bd2ba50905d54d);});$marker.push(m_61353de3aa69a94273bd2ba50905d54d);}});}google.maps.event.addDomListener(window, 'load', initialize);