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.2108,-75.2786)};var g_2996962656838a97af4c5f926fe6f1b0 = new google.maps.Geocoder();g_2996962656838a97af4c5f926fe6f1b0.geocode( { 'address': "1140 Bethlehem Pike, Spring House, PA 19477"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-house-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('spring-house-PA-wells-fargo-bank'), mapOptions);}document.getElementById('6d67da5d').innerHTML += ' | View Map';var $l2996962656838a97af4c5f926fe6f1b0 = '

WELLS FARGO BANK

Address: 1140 Bethlehem Pike, Spring House, PA 19477
Phone: (215) 540-0500
';var m_2996962656838a97af4c5f926fe6f1b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WELLS FARGO BANK',});m_2996962656838a97af4c5f926fe6f1b0['infowindow'] = new google.maps.InfoWindow({content: $l2996962656838a97af4c5f926fe6f1b0});var infowindow = new google.maps.InfoWindow({content: $l2996962656838a97af4c5f926fe6f1b0});google.maps.event.addListener(m_2996962656838a97af4c5f926fe6f1b0, 'click', function() {infowindow.open(map,m_2996962656838a97af4c5f926fe6f1b0);});$marker.push(m_2996962656838a97af4c5f926fe6f1b0);}});}google.maps.event.addDomListener(window, 'load', initialize);