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.267,-84.2921)};var g_04d2153b54a1d6cb9588c904f2d6a545 = new google.maps.Geocoder();g_04d2153b54a1d6cb9588c904f2d6a545.geocode( { 'address': "9167 Lighthouse Way, Loveland, OH 45140"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loveland-OH-new-horizons-credit-union-inc').style.display = '';map = new google.maps.Map(document.getElementById('loveland-OH-new-horizons-credit-union-inc'), mapOptions);}document.getElementById('eb74df16').innerHTML += ' | View Map';var $l04d2153b54a1d6cb9588c904f2d6a545 = '

New Horizons Credit Union Inc

Address: 9167 Lighthouse Way, Loveland, OH 45140
Phone: (513) 683-5300
';var m_04d2153b54a1d6cb9588c904f2d6a545 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Horizons Credit Union Inc',});m_04d2153b54a1d6cb9588c904f2d6a545['infowindow'] = new google.maps.InfoWindow({content: $l04d2153b54a1d6cb9588c904f2d6a545});var infowindow = new google.maps.InfoWindow({content: $l04d2153b54a1d6cb9588c904f2d6a545});google.maps.event.addListener(m_04d2153b54a1d6cb9588c904f2d6a545, 'click', function() {infowindow.open(map,m_04d2153b54a1d6cb9588c904f2d6a545);});$marker.push(m_04d2153b54a1d6cb9588c904f2d6a545);}});}google.maps.event.addDomListener(window, 'load', initialize);