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(41.4602,-97.3483)};var g_18b439d61ce93b33d9d9a7699a1d41ad = new google.maps.Geocoder();g_18b439d61ce93b33d9d9a7699a1d41ad.geocode( { 'address': "1740 Bill Babka Drive, Columbus, NE 68601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-NE-country-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('columbus-NE-country-home-loans'), mapOptions);}document.getElementById('2cdfabaf').innerHTML += ' | View Map';var $l18b439d61ce93b33d9d9a7699a1d41ad = '

Country Home Loans

Address: 1740 Bill Babka Drive, Columbus, NE 68601, USA
Phone: (402) 564-2778
';var m_18b439d61ce93b33d9d9a7699a1d41ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Home Loans',});m_18b439d61ce93b33d9d9a7699a1d41ad['infowindow'] = new google.maps.InfoWindow({content: $l18b439d61ce93b33d9d9a7699a1d41ad});var infowindow = new google.maps.InfoWindow({content: $l18b439d61ce93b33d9d9a7699a1d41ad});google.maps.event.addListener(m_18b439d61ce93b33d9d9a7699a1d41ad, 'click', function() {infowindow.open(map,m_18b439d61ce93b33d9d9a7699a1d41ad);});$marker.push(m_18b439d61ce93b33d9d9a7699a1d41ad);}});}google.maps.event.addDomListener(window, 'load', initialize);