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.5698,-77.3969)};var g_c92b32fbc94e2dff3e5516401d9bb463 = new google.maps.Geocoder();g_c92b32fbc94e2dff3e5516401d9bb463.geocode( { 'address': "R.D.# 4 - Box 104 Old Rte 322, Mifflintown, PA 17059, Mifflintown, PA 17059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mifflintown-PA-sovereign-bank').style.display = '';map = new google.maps.Map(document.getElementById('mifflintown-PA-sovereign-bank'), mapOptions);}document.getElementById('100b1307').innerHTML += ' | View Map';var $lc92b32fbc94e2dff3e5516401d9bb463 = '

Sovereign Bank

Address: R.D.# 4 - Box 104 Old Rte 322, Mifflintown, PA 17059, Mifflintown, PA 17059, USA
Phone:
';var m_c92b32fbc94e2dff3e5516401d9bb463 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign Bank',});m_c92b32fbc94e2dff3e5516401d9bb463['infowindow'] = new google.maps.InfoWindow({content: $lc92b32fbc94e2dff3e5516401d9bb463});var infowindow = new google.maps.InfoWindow({content: $lc92b32fbc94e2dff3e5516401d9bb463});google.maps.event.addListener(m_c92b32fbc94e2dff3e5516401d9bb463, 'click', function() {infowindow.open(map,m_c92b32fbc94e2dff3e5516401d9bb463);});$marker.push(m_c92b32fbc94e2dff3e5516401d9bb463);}});}google.maps.event.addDomListener(window, 'load', initialize);