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.1019,-84.5137)};var g_3fdf6d6ae07331b0c0206c362c961e2c = new google.maps.Geocoder();g_3fdf6d6ae07331b0c0206c362c961e2c.geocode( { 'address': "201 E 4th St #140, Cincinnati, OH 45202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-connexus-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-connexus-credit-union'), mapOptions);}document.getElementById('46e6a16d').innerHTML += ' | View Map';var $l3fdf6d6ae07331b0c0206c362c961e2c = '

Connexus Credit Union

Address: 201 E 4th St #140, Cincinnati, OH 45202, USA
Phone: (513) 421-1516
';var m_3fdf6d6ae07331b0c0206c362c961e2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Connexus Credit Union',});m_3fdf6d6ae07331b0c0206c362c961e2c['infowindow'] = new google.maps.InfoWindow({content: $l3fdf6d6ae07331b0c0206c362c961e2c});var infowindow = new google.maps.InfoWindow({content: $l3fdf6d6ae07331b0c0206c362c961e2c});google.maps.event.addListener(m_3fdf6d6ae07331b0c0206c362c961e2c, 'click', function() {infowindow.open(map,m_3fdf6d6ae07331b0c0206c362c961e2c);});$marker.push(m_3fdf6d6ae07331b0c0206c362c961e2c);}});}google.maps.event.addDomListener(window, 'load', initialize);