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.1088,-84.5012)};var g_549c78528701eea2bb31542260cb5447 = new google.maps.Geocoder();g_549c78528701eea2bb31542260cb5447.geocode( { 'address': "637 Vine St, Cincinnati, OH 45202"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-new-horizons-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-new-horizons-credit-union'), mapOptions);}document.getElementById('d866dc26').innerHTML += ' | View Map';var $l549c78528701eea2bb31542260cb5447 = '

New Horizons Credit Union

Address: 637 Vine St, Cincinnati, OH 45202
Phone: (513) 562-6600
';var m_549c78528701eea2bb31542260cb5447 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Horizons Credit Union',});m_549c78528701eea2bb31542260cb5447['infowindow'] = new google.maps.InfoWindow({content: $l549c78528701eea2bb31542260cb5447});var infowindow = new google.maps.InfoWindow({content: $l549c78528701eea2bb31542260cb5447});google.maps.event.addListener(m_549c78528701eea2bb31542260cb5447, 'click', function() {infowindow.open(map,m_549c78528701eea2bb31542260cb5447);});$marker.push(m_549c78528701eea2bb31542260cb5447);}});}google.maps.event.addDomListener(window, 'load', initialize);