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.1145,-75.2862)};var g_faee54c5d510850a34e79277c0d61dca = new google.maps.Geocoder();g_faee54c5d510850a34e79277c0d61dca.geocode( { 'address': "481 W Germantown Pike, Plymouth Meeting, PA 19462, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-meeting-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-meeting-PA-wells-fargo-bank'), mapOptions);}document.getElementById('547d7a03').innerHTML += ' | View Map';var $lfaee54c5d510850a34e79277c0d61dca = '

Wells Fargo Bank

Address: 481 W Germantown Pike, Plymouth Meeting, PA 19462, USA
Phone: (610) 828-5300
';var m_faee54c5d510850a34e79277c0d61dca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_faee54c5d510850a34e79277c0d61dca['infowindow'] = new google.maps.InfoWindow({content: $lfaee54c5d510850a34e79277c0d61dca});var infowindow = new google.maps.InfoWindow({content: $lfaee54c5d510850a34e79277c0d61dca});google.maps.event.addListener(m_faee54c5d510850a34e79277c0d61dca, 'click', function() {infowindow.open(map,m_faee54c5d510850a34e79277c0d61dca);});$marker.push(m_faee54c5d510850a34e79277c0d61dca);}});}google.maps.event.addDomListener(window, 'load', initialize);