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.5096,-75.3853)};var g_832298318a2006712b3e82faa028c4b8 = new google.maps.Geocoder();g_832298318a2006712b3e82faa028c4b8.geocode( { 'address': "51 S 3rd St, Coopersburg, PA 18036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coopersburg-PA-qnb-bank').style.display = '';map = new google.maps.Map(document.getElementById('coopersburg-PA-qnb-bank'), mapOptions);}document.getElementById('6ff448c0').innerHTML += ' | View Map';var $l832298318a2006712b3e82faa028c4b8 = '

QNB Bank

Address: 51 S 3rd St, Coopersburg, PA 18036, USA
Phone: (215) 538-5600
';var m_832298318a2006712b3e82faa028c4b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'QNB Bank',});m_832298318a2006712b3e82faa028c4b8['infowindow'] = new google.maps.InfoWindow({content: $l832298318a2006712b3e82faa028c4b8});var infowindow = new google.maps.InfoWindow({content: $l832298318a2006712b3e82faa028c4b8});google.maps.event.addListener(m_832298318a2006712b3e82faa028c4b8, 'click', function() {infowindow.open(map,m_832298318a2006712b3e82faa028c4b8);});$marker.push(m_832298318a2006712b3e82faa028c4b8);}});}google.maps.event.addDomListener(window, 'load', initialize);