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.0988,-83.017)};var g_f423027941c3f7cb75a04699f779a1a0 = new google.maps.Geocoder();g_f423027941c3f7cb75a04699f779a1a0.geocode( { 'address': "34 N High St, Columbus, OH 43215"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-first-bank-of-ohio').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-first-bank-of-ohio'), mapOptions);}document.getElementById('13340857').innerHTML += ' | View Map';var $lf423027941c3f7cb75a04699f779a1a0 = '

First Bank Of Ohio

Address: 34 N High St, Columbus, OH 43215
Phone: (614) 621-7070
';var m_f423027941c3f7cb75a04699f779a1a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank Of Ohio',});m_f423027941c3f7cb75a04699f779a1a0['infowindow'] = new google.maps.InfoWindow({content: $lf423027941c3f7cb75a04699f779a1a0});var infowindow = new google.maps.InfoWindow({content: $lf423027941c3f7cb75a04699f779a1a0});google.maps.event.addListener(m_f423027941c3f7cb75a04699f779a1a0, 'click', function() {infowindow.open(map,m_f423027941c3f7cb75a04699f779a1a0);});$marker.push(m_f423027941c3f7cb75a04699f779a1a0);}});}google.maps.event.addDomListener(window, 'load', initialize);