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.757,-75.4012)};var g_e835617aca6a5423cefb2144c1e73ab7 = new google.maps.Geocoder();g_e835617aca6a5423cefb2144c1e73ab7.geocode( { 'address': "107 E Main St, Bath, PA 18014"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bath-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('bath-PA-wells-fargo-bank'), mapOptions);}document.getElementById('b8967dbe').innerHTML += ' | View Map';var $le835617aca6a5423cefb2144c1e73ab7 = '

Wells Fargo Bank

Address: 107 E Main St, Bath, PA 18014
Phone: (610) 837-8155
';var m_e835617aca6a5423cefb2144c1e73ab7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_e835617aca6a5423cefb2144c1e73ab7['infowindow'] = new google.maps.InfoWindow({content: $le835617aca6a5423cefb2144c1e73ab7});var infowindow = new google.maps.InfoWindow({content: $le835617aca6a5423cefb2144c1e73ab7});google.maps.event.addListener(m_e835617aca6a5423cefb2144c1e73ab7, 'click', function() {infowindow.open(map,m_e835617aca6a5423cefb2144c1e73ab7);});$marker.push(m_e835617aca6a5423cefb2144c1e73ab7);}});}google.maps.event.addDomListener(window, 'load', initialize);