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.1176,-75.0145)};var g_9398f589012c416aefc7eeb6384bfef1 = new google.maps.Geocoder();g_9398f589012c416aefc7eeb6384bfef1.geocode( { 'address': "701 Market St, Philadelphia, PA 19106"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-ohio-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-ohio-savings-bank'), mapOptions);}document.getElementById('cbf7d10e').innerHTML += ' | View Map';var $l9398f589012c416aefc7eeb6384bfef1 = '

Ohio Savings Bank

Address: 701 Market St, Philadelphia, PA 19106
Phone: (215) 413-2055
';var m_9398f589012c416aefc7eeb6384bfef1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Savings Bank',});m_9398f589012c416aefc7eeb6384bfef1['infowindow'] = new google.maps.InfoWindow({content: $l9398f589012c416aefc7eeb6384bfef1});var infowindow = new google.maps.InfoWindow({content: $l9398f589012c416aefc7eeb6384bfef1});google.maps.event.addListener(m_9398f589012c416aefc7eeb6384bfef1, 'click', function() {infowindow.open(map,m_9398f589012c416aefc7eeb6384bfef1);});$marker.push(m_9398f589012c416aefc7eeb6384bfef1);}});}google.maps.event.addDomListener(window, 'load', initialize);