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(39.9895,-81.5764)};var g_c6097a7d6559351136402136e3803a38 = new google.maps.Geocoder();g_c6097a7d6559351136402136e3803a38.geocode( { 'address': "61205 Southgate Pkwy, Cambridge, OH 43725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cambridge-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cambridge-OH-woodforest-national-bank'), mapOptions);}document.getElementById('dc1a06cc').innerHTML += ' | View Map';var $lc6097a7d6559351136402136e3803a38 = '

Woodforest National Bank

Address: 61205 Southgate Pkwy, Cambridge, OH 43725, USA
Phone: (740) 432-2015
';var m_c6097a7d6559351136402136e3803a38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_c6097a7d6559351136402136e3803a38['infowindow'] = new google.maps.InfoWindow({content: $lc6097a7d6559351136402136e3803a38});var infowindow = new google.maps.InfoWindow({content: $lc6097a7d6559351136402136e3803a38});google.maps.event.addListener(m_c6097a7d6559351136402136e3803a38, 'click', function() {infowindow.open(map,m_c6097a7d6559351136402136e3803a38);});$marker.push(m_c6097a7d6559351136402136e3803a38);}});}google.maps.event.addDomListener(window, 'load', initialize);