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.9344,-75.3294)};var g_3a59bbd53da732db9329ffe752c15688 = new google.maps.Geocoder();g_3a59bbd53da732db9329ffe752c15688.geocode( { 'address': "5 E Springfield Rd, Springfield, PA 19064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-PA-sharon-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-PA-sharon-savings-bank'), mapOptions);}document.getElementById('8af5f56e').innerHTML += ' | View Map';var $l3a59bbd53da732db9329ffe752c15688 = '

Sharon Savings Bank

Address: 5 E Springfield Rd, Springfield, PA 19064, USA
Phone: (610) 543-2886
';var m_3a59bbd53da732db9329ffe752c15688 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sharon Savings Bank',});m_3a59bbd53da732db9329ffe752c15688['infowindow'] = new google.maps.InfoWindow({content: $l3a59bbd53da732db9329ffe752c15688});var infowindow = new google.maps.InfoWindow({content: $l3a59bbd53da732db9329ffe752c15688});google.maps.event.addListener(m_3a59bbd53da732db9329ffe752c15688, 'click', function() {infowindow.open(map,m_3a59bbd53da732db9329ffe752c15688);});$marker.push(m_3a59bbd53da732db9329ffe752c15688);}});}google.maps.event.addDomListener(window, 'load', initialize);