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.8605,-99.9862)};var g_7efd67b41a10ca014897b5d66dffd168 = new google.maps.Geocoder();g_7efd67b41a10ca014897b5d66dffd168.geocode( { 'address': "121 W 9th St, Cozad, NE 69130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cozad-NE-cozad-development-corporation').style.display = '';map = new google.maps.Map(document.getElementById('cozad-NE-cozad-development-corporation'), mapOptions);}document.getElementById('ad90622c').innerHTML += ' | View Map';var $l7efd67b41a10ca014897b5d66dffd168 = '

Cozad Development Corporation

Address: 121 W 9th St, Cozad, NE 69130, USA
Phone: (308) 784-8006
';var m_7efd67b41a10ca014897b5d66dffd168 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cozad Development Corporation',});m_7efd67b41a10ca014897b5d66dffd168['infowindow'] = new google.maps.InfoWindow({content: $l7efd67b41a10ca014897b5d66dffd168});var infowindow = new google.maps.InfoWindow({content: $l7efd67b41a10ca014897b5d66dffd168});google.maps.event.addListener(m_7efd67b41a10ca014897b5d66dffd168, 'click', function() {infowindow.open(map,m_7efd67b41a10ca014897b5d66dffd168);});$marker.push(m_7efd67b41a10ca014897b5d66dffd168);}});}google.maps.event.addDomListener(window, 'load', initialize);