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.0879,-83.0907)};var g_c164bbc9d6c72a52c599bbb43d8db8e1 = new google.maps.Geocoder();g_c164bbc9d6c72a52c599bbb43d8db8e1.geocode( { 'address': "5890 Sawmill Rd, Dublin, OH 43017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dublin-OH-commercial-bancorp-llc').style.display = '';map = new google.maps.Map(document.getElementById('dublin-OH-commercial-bancorp-llc'), mapOptions);}document.getElementById('ebcc95ef').innerHTML += ' | View Map';var $lc164bbc9d6c72a52c599bbb43d8db8e1 = '

Commercial Bancorp LLC

Address: 5890 Sawmill Rd, Dublin, OH 43017, USA
Phone: (614) 734-9400
';var m_c164bbc9d6c72a52c599bbb43d8db8e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Bancorp LLC',});m_c164bbc9d6c72a52c599bbb43d8db8e1['infowindow'] = new google.maps.InfoWindow({content: $lc164bbc9d6c72a52c599bbb43d8db8e1});var infowindow = new google.maps.InfoWindow({content: $lc164bbc9d6c72a52c599bbb43d8db8e1});google.maps.event.addListener(m_c164bbc9d6c72a52c599bbb43d8db8e1, 'click', function() {infowindow.open(map,m_c164bbc9d6c72a52c599bbb43d8db8e1);});$marker.push(m_c164bbc9d6c72a52c599bbb43d8db8e1);}});}google.maps.event.addDomListener(window, 'load', initialize);