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.1993,-100.626)};var g_66c218de79abd7115e3f93d485d69f46 = new google.maps.Geocoder();g_66c218de79abd7115e3f93d485d69f46.geocode( { 'address': "220 Norris Ave, McCook, NE 69001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mccook-NE-graff-family-inc').style.display = '';map = new google.maps.Map(document.getElementById('mccook-NE-graff-family-inc'), mapOptions);}document.getElementById('1c708200').innerHTML += ' | View Map';var $l66c218de79abd7115e3f93d485d69f46 = '

Graff Family Inc

Address: 220 Norris Ave, McCook, NE 69001, USA
Phone: (308) 345-4240
';var m_66c218de79abd7115e3f93d485d69f46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Graff Family Inc',});m_66c218de79abd7115e3f93d485d69f46['infowindow'] = new google.maps.InfoWindow({content: $l66c218de79abd7115e3f93d485d69f46});var infowindow = new google.maps.InfoWindow({content: $l66c218de79abd7115e3f93d485d69f46});google.maps.event.addListener(m_66c218de79abd7115e3f93d485d69f46, 'click', function() {infowindow.open(map,m_66c218de79abd7115e3f93d485d69f46);});$marker.push(m_66c218de79abd7115e3f93d485d69f46);}});}google.maps.event.addDomListener(window, 'load', initialize);