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.3936,-75.5002)};var g_346363ba3be57a01198505be2391cc8b = new google.maps.Geocoder();g_346363ba3be57a01198505be2391cc8b.geocode( { 'address': "410 Pottstown Ave, Pennsburg, PA 18073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pennsburg-PA-qnb-bank').style.display = '';map = new google.maps.Map(document.getElementById('pennsburg-PA-qnb-bank'), mapOptions);}document.getElementById('009467b3').innerHTML += ' | View Map';var $l346363ba3be57a01198505be2391cc8b = '

QNB Bank

Address: 410 Pottstown Ave, Pennsburg, PA 18073, USA
Phone: (215) 538-5600
';var m_346363ba3be57a01198505be2391cc8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'QNB Bank',});m_346363ba3be57a01198505be2391cc8b['infowindow'] = new google.maps.InfoWindow({content: $l346363ba3be57a01198505be2391cc8b});var infowindow = new google.maps.InfoWindow({content: $l346363ba3be57a01198505be2391cc8b});google.maps.event.addListener(m_346363ba3be57a01198505be2391cc8b, 'click', function() {infowindow.open(map,m_346363ba3be57a01198505be2391cc8b);});$marker.push(m_346363ba3be57a01198505be2391cc8b);}});}google.maps.event.addDomListener(window, 'load', initialize);