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.9546,-82.8649)};var g_9e4aef142346875a7f13f4a42526a69f = new google.maps.Geocoder();g_9e4aef142346875a7f13f4a42526a69f.geocode( { 'address': "5025 E Main St, Columbus, OH 43213, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-whitehall-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-whitehall-credit-union'), mapOptions);}document.getElementById('03f1a25e').innerHTML += ' | View Map';var $l9e4aef142346875a7f13f4a42526a69f = '

Whitehall Credit Union

Address: 5025 E Main St, Columbus, OH 43213, USA
Phone: (614) 866-5025
';var m_9e4aef142346875a7f13f4a42526a69f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitehall Credit Union',});m_9e4aef142346875a7f13f4a42526a69f['infowindow'] = new google.maps.InfoWindow({content: $l9e4aef142346875a7f13f4a42526a69f});var infowindow = new google.maps.InfoWindow({content: $l9e4aef142346875a7f13f4a42526a69f});google.maps.event.addListener(m_9e4aef142346875a7f13f4a42526a69f, 'click', function() {infowindow.open(map,m_9e4aef142346875a7f13f4a42526a69f);});$marker.push(m_9e4aef142346875a7f13f4a42526a69f);}});}google.maps.event.addDomListener(window, 'load', initialize);