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.0612,-84.5413)};var g_360dda69b3c87be20a0f87da3367b416 = new google.maps.Geocoder();g_360dda69b3c87be20a0f87da3367b416.geocode( { 'address': "15 George Huser Dr, Fort Wright, KY 41011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wright-KY-cinfed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-wright-KY-cinfed-credit-union'), mapOptions);}document.getElementById('3e1cde01').innerHTML += ' | View Map';var $l360dda69b3c87be20a0f87da3367b416 = '

Cinfed Credit Union

Address: 15 George Huser Dr, Fort Wright, KY 41011, USA
Phone: (513) 333-3800
';var m_360dda69b3c87be20a0f87da3367b416 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cinfed Credit Union',});m_360dda69b3c87be20a0f87da3367b416['infowindow'] = new google.maps.InfoWindow({content: $l360dda69b3c87be20a0f87da3367b416});var infowindow = new google.maps.InfoWindow({content: $l360dda69b3c87be20a0f87da3367b416});google.maps.event.addListener(m_360dda69b3c87be20a0f87da3367b416, 'click', function() {infowindow.open(map,m_360dda69b3c87be20a0f87da3367b416);});$marker.push(m_360dda69b3c87be20a0f87da3367b416);}});}google.maps.event.addDomListener(window, 'load', initialize);