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(40.8251,-84.3239)};var g_dae331b18fc83fdcb5ce51ad750cdac4 = new google.maps.Geocoder();g_dae331b18fc83fdcb5ce51ad750cdac4.geocode( { 'address': "246 N Main St, Delphos, OH 45833"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delphos-OH-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('delphos-OH-commercial-bank'), mapOptions);}document.getElementById('afee1347').innerHTML += ' | View Map';var $ldae331b18fc83fdcb5ce51ad750cdac4 = '

Commercial Bank

Address: 246 N Main St, Delphos, OH 45833
Phone: (419) 695-1095
';var m_dae331b18fc83fdcb5ce51ad750cdac4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Bank',});m_dae331b18fc83fdcb5ce51ad750cdac4['infowindow'] = new google.maps.InfoWindow({content: $ldae331b18fc83fdcb5ce51ad750cdac4});var infowindow = new google.maps.InfoWindow({content: $ldae331b18fc83fdcb5ce51ad750cdac4});google.maps.event.addListener(m_dae331b18fc83fdcb5ce51ad750cdac4, 'click', function() {infowindow.open(map,m_dae331b18fc83fdcb5ce51ad750cdac4);});$marker.push(m_dae331b18fc83fdcb5ce51ad750cdac4);}});}google.maps.event.addDomListener(window, 'load', initialize);