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.0775,-75.688)};var g_486546627d9dfe7ace3ab34962d98dbf = new google.maps.Geocoder();g_486546627d9dfe7ace3ab34962d98dbf.geocode( { 'address': "300 Simpson Dr, Chester Springs, PA 19425, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chester-springs-PA-key-bank---eagle-branch').style.display = '';map = new google.maps.Map(document.getElementById('chester-springs-PA-key-bank---eagle-branch'), mapOptions);}document.getElementById('caa1cb16').innerHTML += ' | View Map';var $l486546627d9dfe7ace3ab34962d98dbf = '

Key Bank - Eagle Branch

Address: 300 Simpson Dr, Chester Springs, PA 19425, USA
Phone: (610) 458-7112
';var m_486546627d9dfe7ace3ab34962d98dbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank - Eagle Branch',});m_486546627d9dfe7ace3ab34962d98dbf['infowindow'] = new google.maps.InfoWindow({content: $l486546627d9dfe7ace3ab34962d98dbf});var infowindow = new google.maps.InfoWindow({content: $l486546627d9dfe7ace3ab34962d98dbf});google.maps.event.addListener(m_486546627d9dfe7ace3ab34962d98dbf, 'click', function() {infowindow.open(map,m_486546627d9dfe7ace3ab34962d98dbf);});$marker.push(m_486546627d9dfe7ace3ab34962d98dbf);}});}google.maps.event.addDomListener(window, 'load', initialize);