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.0444,-83.648)};var g_ce58d8b47c8590ef4bb65431f5ed28c5 = new google.maps.Geocoder();g_ce58d8b47c8590ef4bb65431f5ed28c5.geocode( { 'address': "1500 Bright Rd, Findlay, OH 45840"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('findlay-OH-union-bank-co').style.display = '';map = new google.maps.Map(document.getElementById('findlay-OH-union-bank-co'), mapOptions);}document.getElementById('44db8078').innerHTML += ' | View Map';var $lce58d8b47c8590ef4bb65431f5ed28c5 = '

Union Bank Co

Address: 1500 Bright Rd, Findlay, OH 45840
Phone: (419) 424-1400
';var m_ce58d8b47c8590ef4bb65431f5ed28c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank Co',});m_ce58d8b47c8590ef4bb65431f5ed28c5['infowindow'] = new google.maps.InfoWindow({content: $lce58d8b47c8590ef4bb65431f5ed28c5});var infowindow = new google.maps.InfoWindow({content: $lce58d8b47c8590ef4bb65431f5ed28c5});google.maps.event.addListener(m_ce58d8b47c8590ef4bb65431f5ed28c5, 'click', function() {infowindow.open(map,m_ce58d8b47c8590ef4bb65431f5ed28c5);});$marker.push(m_ce58d8b47c8590ef4bb65431f5ed28c5);}});}google.maps.event.addDomListener(window, 'load', initialize);