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.0391,-76.1731)};var g_bbe6f3485dab2834b01db4863bcc3fc8 = new google.maps.Geocoder();g_bbe6f3485dab2834b01db4863bcc3fc8.geocode( { 'address': "309 N Ronks Rd, Bird in Hand, PA 17505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bird-in-hand-PA-bank-of-bird-in-hand').style.display = '';map = new google.maps.Map(document.getElementById('bird-in-hand-PA-bank-of-bird-in-hand'), mapOptions);}document.getElementById('81b0d55e').innerHTML += ' | View Map';var $lbbe6f3485dab2834b01db4863bcc3fc8 = '

Bank of Bird in Hand

Address: 309 N Ronks Rd, Bird in Hand, PA 17505, USA
Phone: (717) 768-8811
';var m_bbe6f3485dab2834b01db4863bcc3fc8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Bird in Hand',});m_bbe6f3485dab2834b01db4863bcc3fc8['infowindow'] = new google.maps.InfoWindow({content: $lbbe6f3485dab2834b01db4863bcc3fc8});var infowindow = new google.maps.InfoWindow({content: $lbbe6f3485dab2834b01db4863bcc3fc8});google.maps.event.addListener(m_bbe6f3485dab2834b01db4863bcc3fc8, 'click', function() {infowindow.open(map,m_bbe6f3485dab2834b01db4863bcc3fc8);});$marker.push(m_bbe6f3485dab2834b01db4863bcc3fc8);}});}google.maps.event.addDomListener(window, 'load', initialize);