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.4682,-76.9313)};var g_6c07ccf50e77790f7b9a1f8528f577c3 = new google.maps.Geocoder();g_6c07ccf50e77790f7b9a1f8528f577c3.geocode( { 'address': "3rd, Halifax, PA 17032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halifax-PA-riverview-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('halifax-PA-riverview-financial-corporation'), mapOptions);}document.getElementById('927a5919').innerHTML += ' | View Map';var $l6c07ccf50e77790f7b9a1f8528f577c3 = '

Riverview Financial Corporation

Address: 3rd, Halifax, PA 17032, USA
Phone: (717) 896-3433
';var m_6c07ccf50e77790f7b9a1f8528f577c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Riverview Financial Corporation',});m_6c07ccf50e77790f7b9a1f8528f577c3['infowindow'] = new google.maps.InfoWindow({content: $l6c07ccf50e77790f7b9a1f8528f577c3});var infowindow = new google.maps.InfoWindow({content: $l6c07ccf50e77790f7b9a1f8528f577c3});google.maps.event.addListener(m_6c07ccf50e77790f7b9a1f8528f577c3, 'click', function() {infowindow.open(map,m_6c07ccf50e77790f7b9a1f8528f577c3);});$marker.push(m_6c07ccf50e77790f7b9a1f8528f577c3);}});}google.maps.event.addDomListener(window, 'load', initialize);