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.2436,-75.6159)};var g_b33e197c4fdad374692ca3d65509d771 = new google.maps.Geocoder();g_b33e197c4fdad374692ca3d65509d771.geocode( { 'address': "1500 E High St, Pottstown, PA 19464, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pottstown-PA-keybank-atm').style.display = '';map = new google.maps.Map(document.getElementById('pottstown-PA-keybank-atm'), mapOptions);}document.getElementById('667beb46').innerHTML += ' | View Map';var $lb33e197c4fdad374692ca3d65509d771 = '

KeyBank ATM

Address: 1500 E High St, Pottstown, PA 19464, USA
Phone: (800) 539-2968
';var m_b33e197c4fdad374692ca3d65509d771 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank ATM',});m_b33e197c4fdad374692ca3d65509d771['infowindow'] = new google.maps.InfoWindow({content: $lb33e197c4fdad374692ca3d65509d771});var infowindow = new google.maps.InfoWindow({content: $lb33e197c4fdad374692ca3d65509d771});google.maps.event.addListener(m_b33e197c4fdad374692ca3d65509d771, 'click', function() {infowindow.open(map,m_b33e197c4fdad374692ca3d65509d771);});$marker.push(m_b33e197c4fdad374692ca3d65509d771);}});}google.maps.event.addDomListener(window, 'load', initialize);