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.2074,-75.6589)};var g_fd10325e7589333c030f550850a5f944 = new google.maps.Geocoder();g_fd10325e7589333c030f550850a5f944.geocode( { 'address': "2 Glocker Way, Pottstown, PA 19465, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pottstown-PA-north-coventry-branch').style.display = '';map = new google.maps.Map(document.getElementById('pottstown-PA-north-coventry-branch'), mapOptions);}document.getElementById('c54baf8b').innerHTML += ' | View Map';var $lfd10325e7589333c030f550850a5f944 = '

North Coventry Branch

Address: 2 Glocker Way, Pottstown, PA 19465, USA
Phone: (610) 718-8500
';var m_fd10325e7589333c030f550850a5f944 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Coventry Branch',});m_fd10325e7589333c030f550850a5f944['infowindow'] = new google.maps.InfoWindow({content: $lfd10325e7589333c030f550850a5f944});var infowindow = new google.maps.InfoWindow({content: $lfd10325e7589333c030f550850a5f944});google.maps.event.addListener(m_fd10325e7589333c030f550850a5f944, 'click', function() {infowindow.open(map,m_fd10325e7589333c030f550850a5f944);});$marker.push(m_fd10325e7589333c030f550850a5f944);}});}google.maps.event.addDomListener(window, 'load', initialize);