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()};var g_2151a9acfad2cad72725a1859f8ca776 = new google.maps.Geocoder();g_2151a9acfad2cad72725a1859f8ca776.geocode( { 'address': "20245 Rte 19, Cranberry Township, PA 16066"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranberry-township-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cranberry-township-PA-woodforest-national-bank'), mapOptions);}document.getElementById('61682f41').innerHTML += ' | View Map';var $l2151a9acfad2cad72725a1859f8ca776 = '

Woodforest National Bank

Address: 20245 Rte 19, Cranberry Township, PA 16066
Phone: (724) 778-9322
';var m_2151a9acfad2cad72725a1859f8ca776 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_2151a9acfad2cad72725a1859f8ca776['infowindow'] = new google.maps.InfoWindow({content: $l2151a9acfad2cad72725a1859f8ca776});var infowindow = new google.maps.InfoWindow({content: $l2151a9acfad2cad72725a1859f8ca776});google.maps.event.addListener(m_2151a9acfad2cad72725a1859f8ca776, 'click', function() {infowindow.open(map,m_2151a9acfad2cad72725a1859f8ca776);});$marker.push(m_2151a9acfad2cad72725a1859f8ca776);}});}google.maps.event.addDomListener(window, 'load', initialize);