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.4259,-84.6005)};var g_52130c418d4f02c74f74a5bc1f8020b2 = new google.maps.Geocoder();g_52130c418d4f02c74f74a5bc1f8020b2.geocode( { 'address': "1505 Main Street, Hamilton, OH 45013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamilton-OH-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hamilton-OH-woodforest-national-bank'), mapOptions);}document.getElementById('74a481e9').innerHTML += ' | View Map';var $l52130c418d4f02c74f74a5bc1f8020b2 = '

Woodforest National Bank

Address: 1505 Main Street, Hamilton, OH 45013, USA
Phone: (513) 785-3730
';var m_52130c418d4f02c74f74a5bc1f8020b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_52130c418d4f02c74f74a5bc1f8020b2['infowindow'] = new google.maps.InfoWindow({content: $l52130c418d4f02c74f74a5bc1f8020b2});var infowindow = new google.maps.InfoWindow({content: $l52130c418d4f02c74f74a5bc1f8020b2});google.maps.event.addListener(m_52130c418d4f02c74f74a5bc1f8020b2, 'click', function() {infowindow.open(map,m_52130c418d4f02c74f74a5bc1f8020b2);});$marker.push(m_52130c418d4f02c74f74a5bc1f8020b2);}});}google.maps.event.addDomListener(window, 'load', initialize);