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.2983,-76.2944)};var g_c0e3f3bd815a862433bc3399c487926b = new google.maps.Geocoder();g_c0e3f3bd815a862433bc3399c487926b.geocode( { 'address': "1374, Heidelberg Ave, Schaefferstown, PA 17088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schaefferstown-PA-fulton-bank').style.display = '';map = new google.maps.Map(document.getElementById('schaefferstown-PA-fulton-bank'), mapOptions);}document.getElementById('490ea356').innerHTML += ' | View Map';var $lc0e3f3bd815a862433bc3399c487926b = '

Fulton Bank

Address: 1374, Heidelberg Ave, Schaefferstown, PA 17088, USA
Phone: (717) 949-6506
';var m_c0e3f3bd815a862433bc3399c487926b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank',});m_c0e3f3bd815a862433bc3399c487926b['infowindow'] = new google.maps.InfoWindow({content: $lc0e3f3bd815a862433bc3399c487926b});var infowindow = new google.maps.InfoWindow({content: $lc0e3f3bd815a862433bc3399c487926b});google.maps.event.addListener(m_c0e3f3bd815a862433bc3399c487926b, 'click', function() {infowindow.open(map,m_c0e3f3bd815a862433bc3399c487926b);});$marker.push(m_c0e3f3bd815a862433bc3399c487926b);}});}google.maps.event.addDomListener(window, 'load', initialize);