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.0357,-75.5147)};var g_621463f48a199a84a5bbcec660e392b3 = new google.maps.Geocoder();g_621463f48a199a84a5bbcec660e392b3.geocode( { 'address': "2 W King St, Malvern, PA 19355, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('malvern-PA-the-national-bank-of-malvern').style.display = '';map = new google.maps.Map(document.getElementById('malvern-PA-the-national-bank-of-malvern'), mapOptions);}document.getElementById('4df69403').innerHTML += ' | View Map';var $l621463f48a199a84a5bbcec660e392b3 = '

The National Bank of Malvern

Address: 2 W King St, Malvern, PA 19355, USA
Phone: (610) 647-0100
';var m_621463f48a199a84a5bbcec660e392b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The National Bank of Malvern',});m_621463f48a199a84a5bbcec660e392b3['infowindow'] = new google.maps.InfoWindow({content: $l621463f48a199a84a5bbcec660e392b3});var infowindow = new google.maps.InfoWindow({content: $l621463f48a199a84a5bbcec660e392b3});google.maps.event.addListener(m_621463f48a199a84a5bbcec660e392b3, 'click', function() {infowindow.open(map,m_621463f48a199a84a5bbcec660e392b3);});$marker.push(m_621463f48a199a84a5bbcec660e392b3);}});}google.maps.event.addDomListener(window, 'load', initialize);