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.8818,-83.091)};var g_496bd33584d955e3913f1a3e82bb2f2d = new google.maps.Geocoder();g_496bd33584d955e3913f1a3e82bb2f2d.geocode( { 'address': "2399 Old Stringtown Rd, Grove City, OH 43123"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grove-city-OH-credit-union-of-ohio').style.display = '';map = new google.maps.Map(document.getElementById('grove-city-OH-credit-union-of-ohio'), mapOptions);}document.getElementById('221bad70').innerHTML += ' | View Map';var $l496bd33584d955e3913f1a3e82bb2f2d = '

Credit Union of Ohio

Address: 2399 Old Stringtown Rd, Grove City, OH 43123
Phone: (614) 487-6650
';var m_496bd33584d955e3913f1a3e82bb2f2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union of Ohio',});m_496bd33584d955e3913f1a3e82bb2f2d['infowindow'] = new google.maps.InfoWindow({content: $l496bd33584d955e3913f1a3e82bb2f2d});var infowindow = new google.maps.InfoWindow({content: $l496bd33584d955e3913f1a3e82bb2f2d});google.maps.event.addListener(m_496bd33584d955e3913f1a3e82bb2f2d, 'click', function() {infowindow.open(map,m_496bd33584d955e3913f1a3e82bb2f2d);});$marker.push(m_496bd33584d955e3913f1a3e82bb2f2d);}});}google.maps.event.addDomListener(window, 'load', initialize);