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.0484,-76.4218)};var g_d1f1195d8fcaeb9d00b328f9adb46fdf = new google.maps.Geocoder();g_d1f1195d8fcaeb9d00b328f9adb46fdf.geocode( { 'address': "305 Highland Dr, Mountville, PA 17554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mountville-PA-fulton-bank').style.display = '';map = new google.maps.Map(document.getElementById('mountville-PA-fulton-bank'), mapOptions);}document.getElementById('1f8cfb26').innerHTML += ' | View Map';var $ld1f1195d8fcaeb9d00b328f9adb46fdf = '

Fulton Bank

Address: 305 Highland Dr, Mountville, PA 17554, USA
Phone: (717) 285-4528
';var m_d1f1195d8fcaeb9d00b328f9adb46fdf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank',});m_d1f1195d8fcaeb9d00b328f9adb46fdf['infowindow'] = new google.maps.InfoWindow({content: $ld1f1195d8fcaeb9d00b328f9adb46fdf});var infowindow = new google.maps.InfoWindow({content: $ld1f1195d8fcaeb9d00b328f9adb46fdf});google.maps.event.addListener(m_d1f1195d8fcaeb9d00b328f9adb46fdf, 'click', function() {infowindow.open(map,m_d1f1195d8fcaeb9d00b328f9adb46fdf);});$marker.push(m_d1f1195d8fcaeb9d00b328f9adb46fdf);}});}google.maps.event.addDomListener(window, 'load', initialize);