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.7112,-84.2019)};var g_640a7ed507c48b905ef6fe2073f471d5 = new google.maps.Geocoder();g_640a7ed507c48b905ef6fe2073f471d5.geocode( { 'address': "1701 W Dorothy Ln, Moraine, OH 45439, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moraine-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('moraine-OH-woodforest-national-bank'), mapOptions);}document.getElementById('afda90e0').innerHTML += ' | View Map';var $l640a7ed507c48b905ef6fe2073f471d5 = '

Woodforest National Bank

Address: 1701 W Dorothy Ln, Moraine, OH 45439, USA
Phone: (937) 296-0357
';var m_640a7ed507c48b905ef6fe2073f471d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_640a7ed507c48b905ef6fe2073f471d5['infowindow'] = new google.maps.InfoWindow({content: $l640a7ed507c48b905ef6fe2073f471d5});var infowindow = new google.maps.InfoWindow({content: $l640a7ed507c48b905ef6fe2073f471d5});google.maps.event.addListener(m_640a7ed507c48b905ef6fe2073f471d5, 'click', function() {infowindow.open(map,m_640a7ed507c48b905ef6fe2073f471d5);});$marker.push(m_640a7ed507c48b905ef6fe2073f471d5);}});}google.maps.event.addDomListener(window, 'load', initialize);