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.4171,-75.9204)};var g_350a3797caea1668d227c8cbe52c793e = new google.maps.Geocoder();g_350a3797caea1668d227c8cbe52c793e.geocode( { 'address': "5370 Allentown Pike, Temple, PA 19560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-PA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('temple-PA-woodforest-national-bank'), mapOptions);}document.getElementById('0e891a8f').innerHTML += ' | View Map';var $l350a3797caea1668d227c8cbe52c793e = '

Woodforest National Bank

Address: 5370 Allentown Pike, Temple, PA 19560, USA
Phone: (610) 939-2615
';var m_350a3797caea1668d227c8cbe52c793e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_350a3797caea1668d227c8cbe52c793e['infowindow'] = new google.maps.InfoWindow({content: $l350a3797caea1668d227c8cbe52c793e});var infowindow = new google.maps.InfoWindow({content: $l350a3797caea1668d227c8cbe52c793e});google.maps.event.addListener(m_350a3797caea1668d227c8cbe52c793e, 'click', function() {infowindow.open(map,m_350a3797caea1668d227c8cbe52c793e);});$marker.push(m_350a3797caea1668d227c8cbe52c793e);}});}google.maps.event.addDomListener(window, 'load', initialize);