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_77ea1bd5be9a7a5800a612b4c89a4288 = new google.maps.Geocoder();g_77ea1bd5be9a7a5800a612b4c89a4288.geocode( { 'address': "2 E Baltimore Ave, Media, PA 19063"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('media-PA-citizen-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('media-PA-citizen-s-bank'), mapOptions);}document.getElementById('00428803').innerHTML += ' | View Map';var $l77ea1bd5be9a7a5800a612b4c89a4288 = '

Citizen's Bank

Address: 2 E Baltimore Ave, Media, PA 19063
Phone: (610) 892-1601
';var m_77ea1bd5be9a7a5800a612b4c89a4288 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizen's Bank',});m_77ea1bd5be9a7a5800a612b4c89a4288['infowindow'] = new google.maps.InfoWindow({content: $l77ea1bd5be9a7a5800a612b4c89a4288});var infowindow = new google.maps.InfoWindow({content: $l77ea1bd5be9a7a5800a612b4c89a4288});google.maps.event.addListener(m_77ea1bd5be9a7a5800a612b4c89a4288, 'click', function() {infowindow.open(map,m_77ea1bd5be9a7a5800a612b4c89a4288);});$marker.push(m_77ea1bd5be9a7a5800a612b4c89a4288);}});}google.maps.event.addDomListener(window, 'load', initialize);