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.6337,-75.4819)};var g_211a78111e4898ebe8985717e10223a4 = new google.maps.Geocoder();g_211a78111e4898ebe8985717e10223a4.geocode( { 'address': "1205 Grape St, Whitehall, PA 18052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fullerton-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('fullerton-PA-wells-fargo-bank'), mapOptions);}document.getElementById('dfd94c5d').innerHTML += ' | View Map';var $l211a78111e4898ebe8985717e10223a4 = '

Wells Fargo Bank

Address: 1205 Grape St, Whitehall, PA 18052, USA
Phone: (610) 264-2072
';var m_211a78111e4898ebe8985717e10223a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_211a78111e4898ebe8985717e10223a4['infowindow'] = new google.maps.InfoWindow({content: $l211a78111e4898ebe8985717e10223a4});var infowindow = new google.maps.InfoWindow({content: $l211a78111e4898ebe8985717e10223a4});google.maps.event.addListener(m_211a78111e4898ebe8985717e10223a4, 'click', function() {infowindow.open(map,m_211a78111e4898ebe8985717e10223a4);});$marker.push(m_211a78111e4898ebe8985717e10223a4);}});}google.maps.event.addDomListener(window, 'load', initialize);