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.0857,-82.4307)};var g_c41a9258ecba9a3cffe991b12399d017 = new google.maps.Geocoder();g_c41a9258ecba9a3cffe991b12399d017.geocode( { 'address': "1315 N 21st St, Newark, OH 43055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newark-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('newark-OH-woodforest-national-bank'), mapOptions);}document.getElementById('6b6ffe16').innerHTML += ' | View Map';var $lc41a9258ecba9a3cffe991b12399d017 = '

Woodforest National Bank

Address: 1315 N 21st St, Newark, OH 43055, USA
Phone: (740) 364-0795
';var m_c41a9258ecba9a3cffe991b12399d017 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_c41a9258ecba9a3cffe991b12399d017['infowindow'] = new google.maps.InfoWindow({content: $lc41a9258ecba9a3cffe991b12399d017});var infowindow = new google.maps.InfoWindow({content: $lc41a9258ecba9a3cffe991b12399d017});google.maps.event.addListener(m_c41a9258ecba9a3cffe991b12399d017, 'click', function() {infowindow.open(map,m_c41a9258ecba9a3cffe991b12399d017);});$marker.push(m_c41a9258ecba9a3cffe991b12399d017);}});}google.maps.event.addDomListener(window, 'load', initialize);