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.0492,-75.3582)};var g_81e157b995ae23ff6d4bf916d294b061 = new google.maps.Geocoder();g_81e157b995ae23ff6d4bf916d294b061.geocode( { 'address': "100 Matsonford Rd, Wayne, PA 19087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayne-PA-valley-green-bank').style.display = '';map = new google.maps.Map(document.getElementById('wayne-PA-valley-green-bank'), mapOptions);}document.getElementById('ed36a7d1').innerHTML += ' | View Map';var $l81e157b995ae23ff6d4bf916d294b061 = '

Valley Green Bank

Address: 100 Matsonford Rd, Wayne, PA 19087, USA
Phone: (610) 995-2265
';var m_81e157b995ae23ff6d4bf916d294b061 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Green Bank',});m_81e157b995ae23ff6d4bf916d294b061['infowindow'] = new google.maps.InfoWindow({content: $l81e157b995ae23ff6d4bf916d294b061});var infowindow = new google.maps.InfoWindow({content: $l81e157b995ae23ff6d4bf916d294b061});google.maps.event.addListener(m_81e157b995ae23ff6d4bf916d294b061, 'click', function() {infowindow.open(map,m_81e157b995ae23ff6d4bf916d294b061);});$marker.push(m_81e157b995ae23ff6d4bf916d294b061);}});}google.maps.event.addDomListener(window, 'load', initialize);