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(40.6728,-95.8682)};var g_02febb40567bc34abd5d70a0449d26d1 = new google.maps.Geocoder();g_02febb40567bc34abd5d70a0449d26d1.geocode( { 'address': "1807 4th Corso, Nebraska City, NE 68410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nebraska-city-NE-better-living-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('nebraska-city-NE-better-living-counseling-services'), mapOptions);}document.getElementById('832cc0f6').innerHTML += ' | View Map';var $l02febb40567bc34abd5d70a0449d26d1 = '

Better Living Counseling Services

Address: 1807 4th Corso, Nebraska City, NE 68410, USA
Phone: (402) 874-9029
';var m_02febb40567bc34abd5d70a0449d26d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Better Living Counseling Services',});m_02febb40567bc34abd5d70a0449d26d1['infowindow'] = new google.maps.InfoWindow({content: $l02febb40567bc34abd5d70a0449d26d1});var infowindow = new google.maps.InfoWindow({content: $l02febb40567bc34abd5d70a0449d26d1});google.maps.event.addListener(m_02febb40567bc34abd5d70a0449d26d1, 'click', function() {infowindow.open(map,m_02febb40567bc34abd5d70a0449d26d1);});$marker.push(m_02febb40567bc34abd5d70a0449d26d1);}});}google.maps.event.addDomListener(window, 'load', initialize);