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.2447,-76.0568)};var g_5b0ead1863548739fac272ef55cf7426 = new google.maps.Geocoder();g_5b0ead1863548739fac272ef55cf7426.geocode( { 'address': "1976 Bowmansville Rd, Adamstown, PA 19501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('adamstown-PA-fulton-bank').style.display = '';map = new google.maps.Map(document.getElementById('adamstown-PA-fulton-bank'), mapOptions);}document.getElementById('ee83800f').innerHTML += ' | View Map';var $l5b0ead1863548739fac272ef55cf7426 = '

Fulton Bank

Address: 1976 Bowmansville Rd, Adamstown, PA 19501
Phone: (717) 484-4388
';var m_5b0ead1863548739fac272ef55cf7426 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank',});m_5b0ead1863548739fac272ef55cf7426['infowindow'] = new google.maps.InfoWindow({content: $l5b0ead1863548739fac272ef55cf7426});var infowindow = new google.maps.InfoWindow({content: $l5b0ead1863548739fac272ef55cf7426});google.maps.event.addListener(m_5b0ead1863548739fac272ef55cf7426, 'click', function() {infowindow.open(map,m_5b0ead1863548739fac272ef55cf7426);});$marker.push(m_5b0ead1863548739fac272ef55cf7426);}});}google.maps.event.addDomListener(window, 'load', initialize);