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_35ec253885cf090f80881b44180afb00 = new google.maps.Geocoder();g_35ec253885cf090f80881b44180afb00.geocode( { 'address': "224 Broad St, Milford, PA 18337"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-PA-wachova-bank').style.display = '';map = new google.maps.Map(document.getElementById('milford-PA-wachova-bank'), mapOptions);}document.getElementById('55552ca0').innerHTML += ' | View Map';var $l35ec253885cf090f80881b44180afb00 = '

Wachova Bank

Address: 224 Broad St, Milford, PA 18337
Phone: (570) 296-6464
';var m_35ec253885cf090f80881b44180afb00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wachova Bank',});m_35ec253885cf090f80881b44180afb00['infowindow'] = new google.maps.InfoWindow({content: $l35ec253885cf090f80881b44180afb00});var infowindow = new google.maps.InfoWindow({content: $l35ec253885cf090f80881b44180afb00});google.maps.event.addListener(m_35ec253885cf090f80881b44180afb00, 'click', function() {infowindow.open(map,m_35ec253885cf090f80881b44180afb00);});$marker.push(m_35ec253885cf090f80881b44180afb00);}});}google.maps.event.addDomListener(window, 'load', initialize);