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.1085,-75.2772)};var g_8275af4532535222c081ea6c65d6b53a = new google.maps.Geocoder();g_8275af4532535222c081ea6c65d6b53a.geocode( { 'address': "550 W Germantown Pike, Plymouth Meeting, PA 19462"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-meeting-PA-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-meeting-PA-td-bank'), mapOptions);}document.getElementById('ccee89fe').innerHTML += ' | View Map';var $l8275af4532535222c081ea6c65d6b53a = '

TD Bank

Address: 550 W Germantown Pike, Plymouth Meeting, PA 19462
Phone: (610) 825-2740
';var m_8275af4532535222c081ea6c65d6b53a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_8275af4532535222c081ea6c65d6b53a['infowindow'] = new google.maps.InfoWindow({content: $l8275af4532535222c081ea6c65d6b53a});var infowindow = new google.maps.InfoWindow({content: $l8275af4532535222c081ea6c65d6b53a});google.maps.event.addListener(m_8275af4532535222c081ea6c65d6b53a, 'click', function() {infowindow.open(map,m_8275af4532535222c081ea6c65d6b53a);});$marker.push(m_8275af4532535222c081ea6c65d6b53a);}});}google.maps.event.addDomListener(window, 'load', initialize);