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.9845,-75.811)};var g_7af524472d1e502fed0d4ef4e9f1e727 = new google.maps.Geocoder();g_7af524472d1e502fed0d4ef4e9f1e727.geocode( { 'address': "15 Freedom Blvd, Coatesville, PA 19320"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coatesville-PA-first-national-bank-of-chester-county').style.display = '';map = new google.maps.Map(document.getElementById('coatesville-PA-first-national-bank-of-chester-county'), mapOptions);}document.getElementById('989df7ef').innerHTML += ' | View Map';var $l7af524472d1e502fed0d4ef4e9f1e727 = '

First National Bank of Chester County

Address: 15 Freedom Blvd, Coatesville, PA 19320
Phone: (610) 380-9115
';var m_7af524472d1e502fed0d4ef4e9f1e727 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Chester County',});m_7af524472d1e502fed0d4ef4e9f1e727['infowindow'] = new google.maps.InfoWindow({content: $l7af524472d1e502fed0d4ef4e9f1e727});var infowindow = new google.maps.InfoWindow({content: $l7af524472d1e502fed0d4ef4e9f1e727});google.maps.event.addListener(m_7af524472d1e502fed0d4ef4e9f1e727, 'click', function() {infowindow.open(map,m_7af524472d1e502fed0d4ef4e9f1e727);});$marker.push(m_7af524472d1e502fed0d4ef4e9f1e727);}});}google.maps.event.addDomListener(window, 'load', initialize);