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.6315,-77.5702)};var g_8aa33e93d85c80a96b05b69eaa79e49d = new google.maps.Geocoder();g_8aa33e93d85c80a96b05b69eaa79e49d.geocode( { 'address': "308 N Logan Blvd, Burnham, PA 17009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burnham-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('burnham-PA-citizens-bank'), mapOptions);}document.getElementById('f095ced3').innerHTML += ' | View Map';var $l8aa33e93d85c80a96b05b69eaa79e49d = '

Citizens Bank

Address: 308 N Logan Blvd, Burnham, PA 17009, USA
Phone: (717) 248-0137
';var m_8aa33e93d85c80a96b05b69eaa79e49d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_8aa33e93d85c80a96b05b69eaa79e49d['infowindow'] = new google.maps.InfoWindow({content: $l8aa33e93d85c80a96b05b69eaa79e49d});var infowindow = new google.maps.InfoWindow({content: $l8aa33e93d85c80a96b05b69eaa79e49d});google.maps.event.addListener(m_8aa33e93d85c80a96b05b69eaa79e49d, 'click', function() {infowindow.open(map,m_8aa33e93d85c80a96b05b69eaa79e49d);});$marker.push(m_8aa33e93d85c80a96b05b69eaa79e49d);}});}google.maps.event.addDomListener(window, 'load', initialize);