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.3286,-75.6272)};var g_cd42b89fb0bb4d4c2fdcdd0d6d45d8fc = new google.maps.Geocoder();g_cd42b89fb0bb4d4c2fdcdd0d6d45d8fc.geocode( { 'address': "709 E Philadelphia Ave, Boyertown, PA 19512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boyertown-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('boyertown-PA-wells-fargo-bank'), mapOptions);}document.getElementById('d45ddbc8').innerHTML += ' | View Map';var $lcd42b89fb0bb4d4c2fdcdd0d6d45d8fc = '

Wells Fargo Bank

Address: 709 E Philadelphia Ave, Boyertown, PA 19512, USA
Phone: (610) 367-6901
';var m_cd42b89fb0bb4d4c2fdcdd0d6d45d8fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_cd42b89fb0bb4d4c2fdcdd0d6d45d8fc['infowindow'] = new google.maps.InfoWindow({content: $lcd42b89fb0bb4d4c2fdcdd0d6d45d8fc});var infowindow = new google.maps.InfoWindow({content: $lcd42b89fb0bb4d4c2fdcdd0d6d45d8fc});google.maps.event.addListener(m_cd42b89fb0bb4d4c2fdcdd0d6d45d8fc, 'click', function() {infowindow.open(map,m_cd42b89fb0bb4d4c2fdcdd0d6d45d8fc);});$marker.push(m_cd42b89fb0bb4d4c2fdcdd0d6d45d8fc);}});}google.maps.event.addDomListener(window, 'load', initialize);