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.9365,-75.2636)};var g_896aaecf8885240bdc179b3b285279a3 = new google.maps.Geocoder();g_896aaecf8885240bdc179b3b285279a3.geocode( { 'address': "130 E Baltimore Ave, Lansdowne, PA 19050"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansdowne-PA-malvern-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('lansdowne-PA-malvern-federal-savings-bank'), mapOptions);}document.getElementById('56d841c8').innerHTML += ' | View Map';var $l896aaecf8885240bdc179b3b285279a3 = '

Malvern Federal Savings Bank

Address: 130 E Baltimore Ave, Lansdowne, PA 19050
Phone: (610) 443-5031
';var m_896aaecf8885240bdc179b3b285279a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Malvern Federal Savings Bank',});m_896aaecf8885240bdc179b3b285279a3['infowindow'] = new google.maps.InfoWindow({content: $l896aaecf8885240bdc179b3b285279a3});var infowindow = new google.maps.InfoWindow({content: $l896aaecf8885240bdc179b3b285279a3});google.maps.event.addListener(m_896aaecf8885240bdc179b3b285279a3, 'click', function() {infowindow.open(map,m_896aaecf8885240bdc179b3b285279a3);});$marker.push(m_896aaecf8885240bdc179b3b285279a3);}});}google.maps.event.addDomListener(window, 'load', initialize);