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(39.8813,-75.5433)};var g_5e536926f0097b136b44d46a9c27dd8f = new google.maps.Geocoder();g_5e536926f0097b136b44d46a9c27dd8f.geocode( { 'address': "1100 Baltimore Pike, Glen Mills, PA 19342, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-mills-PA-fulton-bank').style.display = '';map = new google.maps.Map(document.getElementById('glen-mills-PA-fulton-bank'), mapOptions);}document.getElementById('c7220422').innerHTML += ' | View Map';var $l5e536926f0097b136b44d46a9c27dd8f = '

Fulton Bank

Address: 1100 Baltimore Pike, Glen Mills, PA 19342, USA
Phone: (610) 459-5840
';var m_5e536926f0097b136b44d46a9c27dd8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank',});m_5e536926f0097b136b44d46a9c27dd8f['infowindow'] = new google.maps.InfoWindow({content: $l5e536926f0097b136b44d46a9c27dd8f});var infowindow = new google.maps.InfoWindow({content: $l5e536926f0097b136b44d46a9c27dd8f});google.maps.event.addListener(m_5e536926f0097b136b44d46a9c27dd8f, 'click', function() {infowindow.open(map,m_5e536926f0097b136b44d46a9c27dd8f);});$marker.push(m_5e536926f0097b136b44d46a9c27dd8f);}});}google.maps.event.addDomListener(window, 'load', initialize);