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.3259,-74.8018)};var g_357a6fdf7642bf815a88822c447d9dc4 = new google.maps.Geocoder();g_357a6fdf7642bf815a88822c447d9dc4.geocode( { 'address': "220 Route 6 And 209, Milford, PA 18337"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('milford-PA-woodforest-national-bank'), mapOptions);}document.getElementById('6ae09ad9').innerHTML += ' | View Map';var $l357a6fdf7642bf815a88822c447d9dc4 = '

Woodforest National Bank

Address: 220 Route 6 And 209, Milford, PA 18337
Phone: (570) 491-4171
';var m_357a6fdf7642bf815a88822c447d9dc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_357a6fdf7642bf815a88822c447d9dc4['infowindow'] = new google.maps.InfoWindow({content: $l357a6fdf7642bf815a88822c447d9dc4});var infowindow = new google.maps.InfoWindow({content: $l357a6fdf7642bf815a88822c447d9dc4});google.maps.event.addListener(m_357a6fdf7642bf815a88822c447d9dc4, 'click', function() {infowindow.open(map,m_357a6fdf7642bf815a88822c447d9dc4);});$marker.push(m_357a6fdf7642bf815a88822c447d9dc4);}});}google.maps.event.addDomListener(window, 'load', initialize);