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_5c37b97ab63a4fecdb409658f08df693 = new google.maps.Geocoder();g_5c37b97ab63a4fecdb409658f08df693.geocode( { 'address': "101 W Baltimore Ave, Media, PA 19063"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('media-PA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('media-PA-bank-of-america'), mapOptions);}document.getElementById('02e947e1').innerHTML += ' | View Map';var $l5c37b97ab63a4fecdb409658f08df693 = '

Bank Of America

Address: 101 W Baltimore Ave, Media, PA 19063
Phone: (610) 892-2920
';var m_5c37b97ab63a4fecdb409658f08df693 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of America',});m_5c37b97ab63a4fecdb409658f08df693['infowindow'] = new google.maps.InfoWindow({content: $l5c37b97ab63a4fecdb409658f08df693});var infowindow = new google.maps.InfoWindow({content: $l5c37b97ab63a4fecdb409658f08df693});google.maps.event.addListener(m_5c37b97ab63a4fecdb409658f08df693, 'click', function() {infowindow.open(map,m_5c37b97ab63a4fecdb409658f08df693);});$marker.push(m_5c37b97ab63a4fecdb409658f08df693);}});}google.maps.event.addDomListener(window, 'load', initialize);