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_e216f65e1f6600900521cb170e9fcf06 = new google.maps.Geocoder();g_e216f65e1f6600900521cb170e9fcf06.geocode( { 'address': "1055 W Baltimore Pike, Media, PA 19063"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('media-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('media-PA-citizens-bank'), mapOptions);}document.getElementById('2062b4c1').innerHTML += ' | View Map';var $le216f65e1f6600900521cb170e9fcf06 = '

Citizens Bank

Address: 1055 W Baltimore Pike, Media, PA 19063
Phone: (610) 565-1844
';var m_e216f65e1f6600900521cb170e9fcf06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_e216f65e1f6600900521cb170e9fcf06['infowindow'] = new google.maps.InfoWindow({content: $le216f65e1f6600900521cb170e9fcf06});var infowindow = new google.maps.InfoWindow({content: $le216f65e1f6600900521cb170e9fcf06});google.maps.event.addListener(m_e216f65e1f6600900521cb170e9fcf06, 'click', function() {infowindow.open(map,m_e216f65e1f6600900521cb170e9fcf06);});$marker.push(m_e216f65e1f6600900521cb170e9fcf06);}});}google.maps.event.addDomListener(window, 'load', initialize);