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.1432,-75.3138)};var g_7e9d771605be21688cd87754c4a10628 = new google.maps.Geocoder();g_7e9d771605be21688cd87754c4a10628.geocode( { 'address': "5 W Germantown Pike, East Norriton, PA 19401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-norriton-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-norriton-PA-citizens-bank'), mapOptions);}document.getElementById('149dd07d').innerHTML += ' | View Map';var $l7e9d771605be21688cd87754c4a10628 = '

Citizens Bank

Address: 5 W Germantown Pike, East Norriton, PA 19401, USA
Phone: (610) 279-4849
';var m_7e9d771605be21688cd87754c4a10628 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_7e9d771605be21688cd87754c4a10628['infowindow'] = new google.maps.InfoWindow({content: $l7e9d771605be21688cd87754c4a10628});var infowindow = new google.maps.InfoWindow({content: $l7e9d771605be21688cd87754c4a10628});google.maps.event.addListener(m_7e9d771605be21688cd87754c4a10628, 'click', function() {infowindow.open(map,m_7e9d771605be21688cd87754c4a10628);});$marker.push(m_7e9d771605be21688cd87754c4a10628);}});}google.maps.event.addDomListener(window, 'load', initialize);