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.1321,-76.7948)};var g_195d221c982e47eb58347e5d06ce3180 = new google.maps.Geocoder();g_195d221c982e47eb58347e5d06ce3180.geocode( { 'address': "2220 Old Trail Rd, Goldsboro, PA 17319, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goldsboro-PA-fulton-bank').style.display = '';map = new google.maps.Map(document.getElementById('goldsboro-PA-fulton-bank'), mapOptions);}document.getElementById('aa19053e').innerHTML += ' | View Map';var $l195d221c982e47eb58347e5d06ce3180 = '

Fulton Bank

Address: 2220 Old Trail Rd, Goldsboro, PA 17319, USA
Phone: (717) 932-9528
';var m_195d221c982e47eb58347e5d06ce3180 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank',});m_195d221c982e47eb58347e5d06ce3180['infowindow'] = new google.maps.InfoWindow({content: $l195d221c982e47eb58347e5d06ce3180});var infowindow = new google.maps.InfoWindow({content: $l195d221c982e47eb58347e5d06ce3180});google.maps.event.addListener(m_195d221c982e47eb58347e5d06ce3180, 'click', function() {infowindow.open(map,m_195d221c982e47eb58347e5d06ce3180);});$marker.push(m_195d221c982e47eb58347e5d06ce3180);}});}google.maps.event.addDomListener(window, 'load', initialize);