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.0974,-80.7739)};var g_2924f5cb1c62f02d7181e3c45a80f8dc = new google.maps.Geocoder();g_2924f5cb1c62f02d7181e3c45a80f8dc.geocode( { 'address': "6001 Mahoning Ave, Youngstown, OH 44515, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('youngstown-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('youngstown-OH-woodforest-national-bank'), mapOptions);}document.getElementById('2740fb14').innerHTML += ' | View Map';var $l2924f5cb1c62f02d7181e3c45a80f8dc = '

Woodforest National Bank

Address: 6001 Mahoning Ave, Youngstown, OH 44515, USA
Phone: (330) 793-2327
';var m_2924f5cb1c62f02d7181e3c45a80f8dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_2924f5cb1c62f02d7181e3c45a80f8dc['infowindow'] = new google.maps.InfoWindow({content: $l2924f5cb1c62f02d7181e3c45a80f8dc});var infowindow = new google.maps.InfoWindow({content: $l2924f5cb1c62f02d7181e3c45a80f8dc});google.maps.event.addListener(m_2924f5cb1c62f02d7181e3c45a80f8dc, 'click', function() {infowindow.open(map,m_2924f5cb1c62f02d7181e3c45a80f8dc);});$marker.push(m_2924f5cb1c62f02d7181e3c45a80f8dc);}});}google.maps.event.addDomListener(window, 'load', initialize);