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.1634,-76.395)};var g_04e8ac9a037f7f942481aed2fb16959b = new google.maps.Geocoder();g_04e8ac9a037f7f942481aed2fb16959b.geocode( { 'address': "1 Market Square, Manheim, PA 17545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manheim-PA-fulton-bank').style.display = '';map = new google.maps.Map(document.getElementById('manheim-PA-fulton-bank'), mapOptions);}document.getElementById('fb9f6fd8').innerHTML += ' | View Map';var $l04e8ac9a037f7f942481aed2fb16959b = '

Fulton Bank

Address: 1 Market Square, Manheim, PA 17545, USA
Phone: (717) 665-2231
';var m_04e8ac9a037f7f942481aed2fb16959b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank',});m_04e8ac9a037f7f942481aed2fb16959b['infowindow'] = new google.maps.InfoWindow({content: $l04e8ac9a037f7f942481aed2fb16959b});var infowindow = new google.maps.InfoWindow({content: $l04e8ac9a037f7f942481aed2fb16959b});google.maps.event.addListener(m_04e8ac9a037f7f942481aed2fb16959b, 'click', function() {infowindow.open(map,m_04e8ac9a037f7f942481aed2fb16959b);});$marker.push(m_04e8ac9a037f7f942481aed2fb16959b);}});}google.maps.event.addDomListener(window, 'load', initialize);