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.9536,-75.1672)};var g_c8c9ee863ca84ea0aa1655b82aa3ff80 = new google.maps.Geocoder();g_c8c9ee863ca84ea0aa1655b82aa3ff80.geocode( { 'address': "Four Penn Center, John F Kennedy Blvd #1200, Philadelphia, PA 19103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-bank-of-america-mortgage'), mapOptions);}document.getElementById('46973453').innerHTML += ' | View Map';var $lc8c9ee863ca84ea0aa1655b82aa3ff80 = '

Bank of America Mortgage

Address: Four Penn Center, John F Kennedy Blvd #1200, Philadelphia, PA 19103, USA
Phone: (610) 225-8025
';var m_c8c9ee863ca84ea0aa1655b82aa3ff80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_c8c9ee863ca84ea0aa1655b82aa3ff80['infowindow'] = new google.maps.InfoWindow({content: $lc8c9ee863ca84ea0aa1655b82aa3ff80});var infowindow = new google.maps.InfoWindow({content: $lc8c9ee863ca84ea0aa1655b82aa3ff80});google.maps.event.addListener(m_c8c9ee863ca84ea0aa1655b82aa3ff80, 'click', function() {infowindow.open(map,m_c8c9ee863ca84ea0aa1655b82aa3ff80);});$marker.push(m_c8c9ee863ca84ea0aa1655b82aa3ff80);}});}google.maps.event.addDomListener(window, 'load', initialize);