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.9377,-76.0831)};var g_a99803171f1f7d8ef068f70b21071d21 = new google.maps.Geocoder();g_a99803171f1f7d8ef068f70b21071d21.geocode( { 'address': "1099 Georgetown Rd, Christiana, PA 17509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('christiana-PA-coatesville-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('christiana-PA-coatesville-savings-bank'), mapOptions);}document.getElementById('443a4181').innerHTML += ' | View Map';var $la99803171f1f7d8ef068f70b21071d21 = '

Coatesville Savings Bank

Address: 1099 Georgetown Rd, Christiana, PA 17509, USA
Phone: (717) 786-8800
';var m_a99803171f1f7d8ef068f70b21071d21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coatesville Savings Bank',});m_a99803171f1f7d8ef068f70b21071d21['infowindow'] = new google.maps.InfoWindow({content: $la99803171f1f7d8ef068f70b21071d21});var infowindow = new google.maps.InfoWindow({content: $la99803171f1f7d8ef068f70b21071d21});google.maps.event.addListener(m_a99803171f1f7d8ef068f70b21071d21, 'click', function() {infowindow.open(map,m_a99803171f1f7d8ef068f70b21071d21);});$marker.push(m_a99803171f1f7d8ef068f70b21071d21);}});}google.maps.event.addDomListener(window, 'load', initialize);