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(41.3901,-78.5575)};var g_19209a8a5875fd49630803a69dc7bbcb = new google.maps.Geocoder();g_19209a8a5875fd49630803a69dc7bbcb.geocode( { 'address': "1107 Million Dollar Hwy, St Marys, PA 15857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-marys-PA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-marys-PA-citizens-bank'), mapOptions);}document.getElementById('ebfc0400').innerHTML += ' | View Map';var $l19209a8a5875fd49630803a69dc7bbcb = '

Citizens Bank

Address: 1107 Million Dollar Hwy, St Marys, PA 15857, USA
Phone: (800) 922-9999
';var m_19209a8a5875fd49630803a69dc7bbcb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_19209a8a5875fd49630803a69dc7bbcb['infowindow'] = new google.maps.InfoWindow({content: $l19209a8a5875fd49630803a69dc7bbcb});var infowindow = new google.maps.InfoWindow({content: $l19209a8a5875fd49630803a69dc7bbcb});google.maps.event.addListener(m_19209a8a5875fd49630803a69dc7bbcb, 'click', function() {infowindow.open(map,m_19209a8a5875fd49630803a69dc7bbcb);});$marker.push(m_19209a8a5875fd49630803a69dc7bbcb);}});}google.maps.event.addDomListener(window, 'load', initialize);