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.2615,-75.2484)};var g_cf4bc646dd5d0bc48d3f63b68a6f5926 = new google.maps.Geocoder();g_cf4bc646dd5d0bc48d3f63b68a6f5926.geocode( { 'address': "127 Bethlehem Pike, Colmar, PA 18915"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colmar-PA-qnb').style.display = '';map = new google.maps.Map(document.getElementById('colmar-PA-qnb'), mapOptions);}document.getElementById('a8d373f9').innerHTML += ' | View Map';var $lcf4bc646dd5d0bc48d3f63b68a6f5926 = '

Qnb

Address: 127 Bethlehem Pike, Colmar, PA 18915
Phone: (215) 996-0590
';var m_cf4bc646dd5d0bc48d3f63b68a6f5926 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Qnb',});m_cf4bc646dd5d0bc48d3f63b68a6f5926['infowindow'] = new google.maps.InfoWindow({content: $lcf4bc646dd5d0bc48d3f63b68a6f5926});var infowindow = new google.maps.InfoWindow({content: $lcf4bc646dd5d0bc48d3f63b68a6f5926});google.maps.event.addListener(m_cf4bc646dd5d0bc48d3f63b68a6f5926, 'click', function() {infowindow.open(map,m_cf4bc646dd5d0bc48d3f63b68a6f5926);});$marker.push(m_cf4bc646dd5d0bc48d3f63b68a6f5926);}});}google.maps.event.addDomListener(window, 'load', initialize);