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.3207,-77.1657)};var g_0b8a5ff739b7d67831c6991fc14c9b1b = new google.maps.Geocoder();g_0b8a5ff739b7d67831c6991fc14c9b1b.geocode( { 'address': "5201 Spring Rd # 5, Shermans Dale, PA 17090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shermans-dale-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('shermans-dale-PA-first-national-bank'), mapOptions);}document.getElementById('9d033e96').innerHTML += ' | View Map';var $l0b8a5ff739b7d67831c6991fc14c9b1b = '

First National Bank

Address: 5201 Spring Rd # 5, Shermans Dale, PA 17090, USA
Phone: (717) 582-7424
';var m_0b8a5ff739b7d67831c6991fc14c9b1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_0b8a5ff739b7d67831c6991fc14c9b1b['infowindow'] = new google.maps.InfoWindow({content: $l0b8a5ff739b7d67831c6991fc14c9b1b});var infowindow = new google.maps.InfoWindow({content: $l0b8a5ff739b7d67831c6991fc14c9b1b});google.maps.event.addListener(m_0b8a5ff739b7d67831c6991fc14c9b1b, 'click', function() {infowindow.open(map,m_0b8a5ff739b7d67831c6991fc14c9b1b);});$marker.push(m_0b8a5ff739b7d67831c6991fc14c9b1b);}});}google.maps.event.addDomListener(window, 'load', initialize);