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.385,-83.3228)};var g_488aadb02b6d9b9675d1a4e1192e8906 = new google.maps.Geocoder();g_488aadb02b6d9b9675d1a4e1192e8906.geocode( { 'address': "230 W Madison St, Gibsonburg, OH 43431, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gibsonburg-OH-union-bank-co').style.display = '';map = new google.maps.Map(document.getElementById('gibsonburg-OH-union-bank-co'), mapOptions);}document.getElementById('07bb56d5').innerHTML += ' | View Map';var $l488aadb02b6d9b9675d1a4e1192e8906 = '

Union Bank Co

Address: 230 W Madison St, Gibsonburg, OH 43431, USA
Phone: (419) 637-2124
';var m_488aadb02b6d9b9675d1a4e1192e8906 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank Co',});m_488aadb02b6d9b9675d1a4e1192e8906['infowindow'] = new google.maps.InfoWindow({content: $l488aadb02b6d9b9675d1a4e1192e8906});var infowindow = new google.maps.InfoWindow({content: $l488aadb02b6d9b9675d1a4e1192e8906});google.maps.event.addListener(m_488aadb02b6d9b9675d1a4e1192e8906, 'click', function() {infowindow.open(map,m_488aadb02b6d9b9675d1a4e1192e8906);});$marker.push(m_488aadb02b6d9b9675d1a4e1192e8906);}});}google.maps.event.addDomListener(window, 'load', initialize);