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.1042,-83.0178)};var g_fe6cf670c2598ffe3cefad2e23017e3d = new google.maps.Geocoder();g_fe6cf670c2598ffe3cefad2e23017e3d.geocode( { 'address': "6851 N High St, Worthington, OH 43085, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('worthington-OH-telhio-credit-union---worthington-branch').style.display = '';map = new google.maps.Map(document.getElementById('worthington-OH-telhio-credit-union---worthington-branch'), mapOptions);}document.getElementById('0061f28c').innerHTML += ' | View Map';var $lfe6cf670c2598ffe3cefad2e23017e3d = '

Telhio Credit Union - Worthington Branch

Address: 6851 N High St, Worthington, OH 43085, USA
Phone: (614) 221-3233
';var m_fe6cf670c2598ffe3cefad2e23017e3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Telhio Credit Union - Worthington Branch',});m_fe6cf670c2598ffe3cefad2e23017e3d['infowindow'] = new google.maps.InfoWindow({content: $lfe6cf670c2598ffe3cefad2e23017e3d});var infowindow = new google.maps.InfoWindow({content: $lfe6cf670c2598ffe3cefad2e23017e3d});google.maps.event.addListener(m_fe6cf670c2598ffe3cefad2e23017e3d, 'click', function() {infowindow.open(map,m_fe6cf670c2598ffe3cefad2e23017e3d);});$marker.push(m_fe6cf670c2598ffe3cefad2e23017e3d);}});}google.maps.event.addDomListener(window, 'load', initialize);