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.0948,-76.1125)};var g_2d13d901966a8eaa7f9c943eba6a540b = new google.maps.Geocoder();g_2d13d901966a8eaa7f9c943eba6a540b.geocode( { 'address': "695 W Main St, New Holland, PA 17557, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-holland-PA-coatesville-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-holland-PA-coatesville-savings-bank'), mapOptions);}document.getElementById('1c7cfdc9').innerHTML += ' | View Map';var $l2d13d901966a8eaa7f9c943eba6a540b = '

Coatesville Savings Bank

Address: 695 W Main St, New Holland, PA 17557, USA
Phone: (717) 354-4696
';var m_2d13d901966a8eaa7f9c943eba6a540b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coatesville Savings Bank',});m_2d13d901966a8eaa7f9c943eba6a540b['infowindow'] = new google.maps.InfoWindow({content: $l2d13d901966a8eaa7f9c943eba6a540b});var infowindow = new google.maps.InfoWindow({content: $l2d13d901966a8eaa7f9c943eba6a540b});google.maps.event.addListener(m_2d13d901966a8eaa7f9c943eba6a540b, 'click', function() {infowindow.open(map,m_2d13d901966a8eaa7f9c943eba6a540b);});$marker.push(m_2d13d901966a8eaa7f9c943eba6a540b);}});}google.maps.event.addDomListener(window, 'load', initialize);