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.0558,-80.356)};var g_9657cbe984aee7c3b812070e001f26dc = new google.maps.Geocoder();g_9657cbe984aee7c3b812070e001f26dc.geocode( { 'address': "3302 Wilmington Rd, New Castle, PA 16105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-PA-greenville-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-PA-greenville-savings-bank'), mapOptions);}document.getElementById('7601123c').innerHTML += ' | View Map';var $l9657cbe984aee7c3b812070e001f26dc = '

Greenville Savings Bank

Address: 3302 Wilmington Rd, New Castle, PA 16105, USA
Phone: (724) 652-5820
';var m_9657cbe984aee7c3b812070e001f26dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greenville Savings Bank',});m_9657cbe984aee7c3b812070e001f26dc['infowindow'] = new google.maps.InfoWindow({content: $l9657cbe984aee7c3b812070e001f26dc});var infowindow = new google.maps.InfoWindow({content: $l9657cbe984aee7c3b812070e001f26dc});google.maps.event.addListener(m_9657cbe984aee7c3b812070e001f26dc, 'click', function() {infowindow.open(map,m_9657cbe984aee7c3b812070e001f26dc);});$marker.push(m_9657cbe984aee7c3b812070e001f26dc);}});}google.maps.event.addDomListener(window, 'load', initialize);