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.1306,-75.1661)};var g_c307d71b41fcbe10d06630b63d24a071 = new google.maps.Geocoder();g_c307d71b41fcbe10d06630b63d24a071.geocode( { 'address': "1825 Limekiln Pike, Dresher, PA 19025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dresher-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('dresher-PA-citizens-bank'), mapOptions);}document.getElementById('fdc9ef63').innerHTML += ' | View Map';var $lc307d71b41fcbe10d06630b63d24a071 = '

Citizens Bank

Address: 1825 Limekiln Pike, Dresher, PA 19025, USA
Phone:
';var m_c307d71b41fcbe10d06630b63d24a071 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_c307d71b41fcbe10d06630b63d24a071['infowindow'] = new google.maps.InfoWindow({content: $lc307d71b41fcbe10d06630b63d24a071});var infowindow = new google.maps.InfoWindow({content: $lc307d71b41fcbe10d06630b63d24a071});google.maps.event.addListener(m_c307d71b41fcbe10d06630b63d24a071, 'click', function() {infowindow.open(map,m_c307d71b41fcbe10d06630b63d24a071);});$marker.push(m_c307d71b41fcbe10d06630b63d24a071);}});}google.maps.event.addDomListener(window, 'load', initialize);