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.2082,-75.6596)};var g_56c39666a7bf2e5028d5419fc903e52d = new google.maps.Geocoder();g_56c39666a7bf2e5028d5419fc903e52d.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-keybank---north-coventry-branch').style.display = '';map = new google.maps.Map(document.getElementById('pottstown-PA-keybank---north-coventry-branch'), mapOptions);}document.getElementById('c54baf8b').innerHTML += ' | View Map';var $l56c39666a7bf2e5028d5419fc903e52d = '

KeyBank - North Coventry Branch

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