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.1233,-83.0174)};var g_e7bf1017621f65d4e7858af08b345bed = new google.maps.Geocoder();g_e7bf1017621f65d4e7858af08b345bed.geocode( { 'address': "202 Washington St, Republic, OH 44867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('republic-OH-republic-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('republic-OH-republic-banking-co'), mapOptions);}document.getElementById('de698cc5').innerHTML += ' | View Map';var $le7bf1017621f65d4e7858af08b345bed = '

Republic Banking Co

Address: 202 Washington St, Republic, OH 44867, USA
Phone: (419) 585-4111
';var m_e7bf1017621f65d4e7858af08b345bed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Banking Co',});m_e7bf1017621f65d4e7858af08b345bed['infowindow'] = new google.maps.InfoWindow({content: $le7bf1017621f65d4e7858af08b345bed});var infowindow = new google.maps.InfoWindow({content: $le7bf1017621f65d4e7858af08b345bed});google.maps.event.addListener(m_e7bf1017621f65d4e7858af08b345bed, 'click', function() {infowindow.open(map,m_e7bf1017621f65d4e7858af08b345bed);});$marker.push(m_e7bf1017621f65d4e7858af08b345bed);}});}google.maps.event.addDomListener(window, 'load', initialize);