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.5564,-75.9801)};var g_364b2668706beedad803dac796cc0075 = new google.maps.Geocoder();g_364b2668706beedad803dac796cc0075.geocode( { 'address': "6 Church St, Hamburg, PA 19526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamburg-PA-wells-fargo').style.display = '';map = new google.maps.Map(document.getElementById('hamburg-PA-wells-fargo'), mapOptions);}document.getElementById('4f8ac064').innerHTML += ' | View Map';var $l364b2668706beedad803dac796cc0075 = '

Wells Fargo

Address: 6 Church St, Hamburg, PA 19526, USA
Phone:
';var m_364b2668706beedad803dac796cc0075 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo',});m_364b2668706beedad803dac796cc0075['infowindow'] = new google.maps.InfoWindow({content: $l364b2668706beedad803dac796cc0075});var infowindow = new google.maps.InfoWindow({content: $l364b2668706beedad803dac796cc0075});google.maps.event.addListener(m_364b2668706beedad803dac796cc0075, 'click', function() {infowindow.open(map,m_364b2668706beedad803dac796cc0075);});$marker.push(m_364b2668706beedad803dac796cc0075);}});}google.maps.event.addDomListener(window, 'load', initialize);