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_ae7c0e8ffef3475672285e78135d7ff2 = new google.maps.Geocoder();g_ae7c0e8ffef3475672285e78135d7ff2.geocode( { 'address': "3650 Olentangy River Rd, Columbus, OH 43214"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-commerce-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-commerce-national-bank'), mapOptions);}document.getElementById('fb174684').innerHTML += ' | View Map';var $lae7c0e8ffef3475672285e78135d7ff2 = '

Commerce National Bank

Address: 3650 Olentangy River Rd, Columbus, OH 43214
Phone: (614) 583-2200
';var m_ae7c0e8ffef3475672285e78135d7ff2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce National Bank',});m_ae7c0e8ffef3475672285e78135d7ff2['infowindow'] = new google.maps.InfoWindow({content: $lae7c0e8ffef3475672285e78135d7ff2});var infowindow = new google.maps.InfoWindow({content: $lae7c0e8ffef3475672285e78135d7ff2});google.maps.event.addListener(m_ae7c0e8ffef3475672285e78135d7ff2, 'click', function() {infowindow.open(map,m_ae7c0e8ffef3475672285e78135d7ff2);});$marker.push(m_ae7c0e8ffef3475672285e78135d7ff2);}});}google.maps.event.addDomListener(window, 'load', initialize);