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.04,-75.6368)};var g_239805ed8d17af152c5aec76c7b22dfe = new google.maps.Geocoder();g_239805ed8d17af152c5aec76c7b22dfe.geocode( { 'address': "410 Exton Square Pkwy, Exton, PA 19341"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('exton-PA-downingtown-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('exton-PA-downingtown-national-bank'), mapOptions);}document.getElementById('447595e6').innerHTML += ' | View Map';var $l239805ed8d17af152c5aec76c7b22dfe = '

Downingtown National Bank

Address: 410 Exton Square Pkwy, Exton, PA 19341
Phone: (610) 363-7098
';var m_239805ed8d17af152c5aec76c7b22dfe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Downingtown National Bank',});m_239805ed8d17af152c5aec76c7b22dfe['infowindow'] = new google.maps.InfoWindow({content: $l239805ed8d17af152c5aec76c7b22dfe});var infowindow = new google.maps.InfoWindow({content: $l239805ed8d17af152c5aec76c7b22dfe});google.maps.event.addListener(m_239805ed8d17af152c5aec76c7b22dfe, 'click', function() {infowindow.open(map,m_239805ed8d17af152c5aec76c7b22dfe);});$marker.push(m_239805ed8d17af152c5aec76c7b22dfe);}});}google.maps.event.addDomListener(window, 'load', initialize);