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.1085,-75.2772)};var g_b65f2ecd2900ba6ae49a14d9c4b16fb4 = new google.maps.Geocoder();g_b65f2ecd2900ba6ae49a14d9c4b16fb4.geocode( { 'address': "620 W Germantown Pike, Plymouth Meeting, PA 19462"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-meeting-PA-continental-bank-corp-office').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-meeting-PA-continental-bank-corp-office'), mapOptions);}document.getElementById('8d1a8d18').innerHTML += ' | View Map';var $lb65f2ecd2900ba6ae49a14d9c4b16fb4 = '

Continental Bank Corp Office

Address: 620 W Germantown Pike, Plymouth Meeting, PA 19462
Phone: (610) 684-4200
';var m_b65f2ecd2900ba6ae49a14d9c4b16fb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Bank Corp Office',});m_b65f2ecd2900ba6ae49a14d9c4b16fb4['infowindow'] = new google.maps.InfoWindow({content: $lb65f2ecd2900ba6ae49a14d9c4b16fb4});var infowindow = new google.maps.InfoWindow({content: $lb65f2ecd2900ba6ae49a14d9c4b16fb4});google.maps.event.addListener(m_b65f2ecd2900ba6ae49a14d9c4b16fb4, 'click', function() {infowindow.open(map,m_b65f2ecd2900ba6ae49a14d9c4b16fb4);});$marker.push(m_b65f2ecd2900ba6ae49a14d9c4b16fb4);}});}google.maps.event.addDomListener(window, 'load', initialize);