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(39.9629,-82.9965)};var g_30f48cd3c7e73511070b95ee0a884c23 = new google.maps.Geocoder();g_30f48cd3c7e73511070b95ee0a884c23.geocode( { 'address': "152 E Broad St, Columbus, OH 43215, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-credit-union-of-ohio---downtown-branch').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-credit-union-of-ohio---downtown-branch'), mapOptions);}document.getElementById('8d33a9fa').innerHTML += ' | View Map';var $l30f48cd3c7e73511070b95ee0a884c23 = '

Credit Union of Ohio - Downtown Branch

Address: 152 E Broad St, Columbus, OH 43215, USA
Phone: (614) 487-6650
';var m_30f48cd3c7e73511070b95ee0a884c23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of Ohio - Downtown Branch',});m_30f48cd3c7e73511070b95ee0a884c23['infowindow'] = new google.maps.InfoWindow({content: $l30f48cd3c7e73511070b95ee0a884c23});var infowindow = new google.maps.InfoWindow({content: $l30f48cd3c7e73511070b95ee0a884c23});google.maps.event.addListener(m_30f48cd3c7e73511070b95ee0a884c23, 'click', function() {infowindow.open(map,m_30f48cd3c7e73511070b95ee0a884c23);});$marker.push(m_30f48cd3c7e73511070b95ee0a884c23);}});}google.maps.event.addDomListener(window, 'load', initialize);