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(39.9821,-75.6034)};var g_a1c7060e48b086dff8f6e99abbfb181f = new google.maps.Geocoder();g_a1c7060e48b086dff8f6e99abbfb181f.geocode( { 'address': "1304 Wilmington Pike, West Chester, PA 19382"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-chester-PA-eagle-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-chester-PA-eagle-national-bank'), mapOptions);}document.getElementById('46f98c9c').innerHTML += ' | View Map';var $la1c7060e48b086dff8f6e99abbfb181f = '

Eagle National Bank

Address: 1304 Wilmington Pike, West Chester, PA 19382
Phone: (610) 696-3262
';var m_a1c7060e48b086dff8f6e99abbfb181f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eagle National Bank',});m_a1c7060e48b086dff8f6e99abbfb181f['infowindow'] = new google.maps.InfoWindow({content: $la1c7060e48b086dff8f6e99abbfb181f});var infowindow = new google.maps.InfoWindow({content: $la1c7060e48b086dff8f6e99abbfb181f});google.maps.event.addListener(m_a1c7060e48b086dff8f6e99abbfb181f, 'click', function() {infowindow.open(map,m_a1c7060e48b086dff8f6e99abbfb181f);});$marker.push(m_a1c7060e48b086dff8f6e99abbfb181f);}});}google.maps.event.addDomListener(window, 'load', initialize);