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.468,-76.9312)};var g_dc3c10022535b8683995522bd720f159 = new google.maps.Geocoder();g_dc3c10022535b8683995522bd720f159.geocode( { 'address': "1900 Market St & S 3rd St, Halifax, PA 17032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halifax-PA-halifax-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('halifax-PA-halifax-national-bank'), mapOptions);}document.getElementById('6fab4261').innerHTML += ' | View Map';var $ldc3c10022535b8683995522bd720f159 = '

Halifax National Bank

Address: 1900 Market St & S 3rd St, Halifax, PA 17032, USA
Phone: (717) 896-3433
';var m_dc3c10022535b8683995522bd720f159 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Halifax National Bank',});m_dc3c10022535b8683995522bd720f159['infowindow'] = new google.maps.InfoWindow({content: $ldc3c10022535b8683995522bd720f159});var infowindow = new google.maps.InfoWindow({content: $ldc3c10022535b8683995522bd720f159});google.maps.event.addListener(m_dc3c10022535b8683995522bd720f159, 'click', function() {infowindow.open(map,m_dc3c10022535b8683995522bd720f159);});$marker.push(m_dc3c10022535b8683995522bd720f159);}});}google.maps.event.addDomListener(window, 'load', initialize);