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_19f960c299756abbce4d8dbe2e096a1d = new google.maps.Geocoder();g_19f960c299756abbce4d8dbe2e096a1d.geocode( { 'address': "96 N 4th St, Columbus, OH 43215"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-telhio-credit-union-downtown').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-telhio-credit-union-downtown'), mapOptions);}document.getElementById('6c4613ce').innerHTML += ' | View Map';var $l19f960c299756abbce4d8dbe2e096a1d = '

Telhio Credit Union Downtown

Address: 96 N 4th St, Columbus, OH 43215
Phone: (614) 221-3233
';var m_19f960c299756abbce4d8dbe2e096a1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Telhio Credit Union Downtown',});m_19f960c299756abbce4d8dbe2e096a1d['infowindow'] = new google.maps.InfoWindow({content: $l19f960c299756abbce4d8dbe2e096a1d});var infowindow = new google.maps.InfoWindow({content: $l19f960c299756abbce4d8dbe2e096a1d});google.maps.event.addListener(m_19f960c299756abbce4d8dbe2e096a1d, 'click', function() {infowindow.open(map,m_19f960c299756abbce4d8dbe2e096a1d);});$marker.push(m_19f960c299756abbce4d8dbe2e096a1d);}});}google.maps.event.addDomListener(window, 'load', initialize);