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.8607,-75.7044)};var g_83bbcd6dcec89f078faeaa5dea583a8f = new google.maps.Geocoder();g_83bbcd6dcec89f078faeaa5dea583a8f.geocode( { 'address': "100 Old Forge Xing, Kennett Square, PA 19348"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennett-square-PA-1n-bank').style.display = '';map = new google.maps.Map(document.getElementById('kennett-square-PA-1n-bank'), mapOptions);}document.getElementById('1a94eb4b').innerHTML += ' | View Map';var $l83bbcd6dcec89f078faeaa5dea583a8f = '

1N Bank

Address: 100 Old Forge Xing, Kennett Square, PA 19348
Phone: (484) 881-4940
';var m_83bbcd6dcec89f078faeaa5dea583a8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1N Bank',});m_83bbcd6dcec89f078faeaa5dea583a8f['infowindow'] = new google.maps.InfoWindow({content: $l83bbcd6dcec89f078faeaa5dea583a8f});var infowindow = new google.maps.InfoWindow({content: $l83bbcd6dcec89f078faeaa5dea583a8f});google.maps.event.addListener(m_83bbcd6dcec89f078faeaa5dea583a8f, 'click', function() {infowindow.open(map,m_83bbcd6dcec89f078faeaa5dea583a8f);});$marker.push(m_83bbcd6dcec89f078faeaa5dea583a8f);}});}google.maps.event.addDomListener(window, 'load', initialize);