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(40.2398,-75.3047)};var g_8ea79dd0249648c4cf1a671336086f0c = new google.maps.Geocoder();g_8ea79dd0249648c4cf1a671336086f0c.geocode( { 'address': "890 S Valley Forge Rd, Lansdale, PA 19446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansdale-PA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('lansdale-PA-bank-of-america-financial-center'), mapOptions);}document.getElementById('6bb548af').innerHTML += ' | View Map';var $l8ea79dd0249648c4cf1a671336086f0c = '

Bank of America Financial Center

Address: 890 S Valley Forge Rd, Lansdale, PA 19446, USA
Phone: (215) 631-9180
';var m_8ea79dd0249648c4cf1a671336086f0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_8ea79dd0249648c4cf1a671336086f0c['infowindow'] = new google.maps.InfoWindow({content: $l8ea79dd0249648c4cf1a671336086f0c});var infowindow = new google.maps.InfoWindow({content: $l8ea79dd0249648c4cf1a671336086f0c});google.maps.event.addListener(m_8ea79dd0249648c4cf1a671336086f0c, 'click', function() {infowindow.open(map,m_8ea79dd0249648c4cf1a671336086f0c);});$marker.push(m_8ea79dd0249648c4cf1a671336086f0c);}});}google.maps.event.addDomListener(window, 'load', initialize);