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.2337,-75.6636)};var g_314fe92890bc529f2631bd7bd9ba6d17 = new google.maps.Geocoder();g_314fe92890bc529f2631bd7bd9ba6d17.geocode( { 'address': "351 W Schuylkill Rd, Pottstown, PA 19465, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pottstown-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('pottstown-PA-first-national-bank'), mapOptions);}document.getElementById('6cfaa15f').innerHTML += ' | View Map';var $l314fe92890bc529f2631bd7bd9ba6d17 = '

First National Bank

Address: 351 W Schuylkill Rd, Pottstown, PA 19465, USA
Phone: (610) 327-1110
';var m_314fe92890bc529f2631bd7bd9ba6d17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_314fe92890bc529f2631bd7bd9ba6d17['infowindow'] = new google.maps.InfoWindow({content: $l314fe92890bc529f2631bd7bd9ba6d17});var infowindow = new google.maps.InfoWindow({content: $l314fe92890bc529f2631bd7bd9ba6d17});google.maps.event.addListener(m_314fe92890bc529f2631bd7bd9ba6d17, 'click', function() {infowindow.open(map,m_314fe92890bc529f2631bd7bd9ba6d17);});$marker.push(m_314fe92890bc529f2631bd7bd9ba6d17);}});}google.maps.event.addDomListener(window, 'load', initialize);