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.9194,-75.4205)};var g_ab40efe514e5c7c0f424d022637b02a8 = new google.maps.Geocoder();g_ab40efe514e5c7c0f424d022637b02a8.geocode( { 'address': "323 W State St, Media, PA 19063"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('media-PA-dowingtown-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('media-PA-dowingtown-national-bank'), mapOptions);}document.getElementById('01a5a2b3').innerHTML += ' | View Map';var $lab40efe514e5c7c0f424d022637b02a8 = '

Dowingtown National Bank

Address: 323 W State St, Media, PA 19063
Phone: (610) 565-3074
';var m_ab40efe514e5c7c0f424d022637b02a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dowingtown National Bank',});m_ab40efe514e5c7c0f424d022637b02a8['infowindow'] = new google.maps.InfoWindow({content: $lab40efe514e5c7c0f424d022637b02a8});var infowindow = new google.maps.InfoWindow({content: $lab40efe514e5c7c0f424d022637b02a8});google.maps.event.addListener(m_ab40efe514e5c7c0f424d022637b02a8, 'click', function() {infowindow.open(map,m_ab40efe514e5c7c0f424d022637b02a8);});$marker.push(m_ab40efe514e5c7c0f424d022637b02a8);}});}google.maps.event.addDomListener(window, 'load', initialize);