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.1295,-75.0609)};var g_95444b7e1845b5a61dd3c44576b7548a = new google.maps.Geocoder();g_95444b7e1845b5a61dd3c44576b7548a.geocode( { 'address': "2090 County Line Rd, Huntingdon Valley, PA 19006"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntingdon-valley-PA-wells-fargo').style.display = '';map = new google.maps.Map(document.getElementById('huntingdon-valley-PA-wells-fargo'), mapOptions);}document.getElementById('20238c8f').innerHTML += ' | View Map';var $l95444b7e1845b5a61dd3c44576b7548a = '

Wells Fargo

Address: 2090 County Line Rd, Huntingdon Valley, PA 19006
Phone: (215) 355-1007
';var m_95444b7e1845b5a61dd3c44576b7548a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo',});m_95444b7e1845b5a61dd3c44576b7548a['infowindow'] = new google.maps.InfoWindow({content: $l95444b7e1845b5a61dd3c44576b7548a});var infowindow = new google.maps.InfoWindow({content: $l95444b7e1845b5a61dd3c44576b7548a});google.maps.event.addListener(m_95444b7e1845b5a61dd3c44576b7548a, 'click', function() {infowindow.open(map,m_95444b7e1845b5a61dd3c44576b7548a);});$marker.push(m_95444b7e1845b5a61dd3c44576b7548a);}});}google.maps.event.addDomListener(window, 'load', initialize);