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.8529,-95.5361)};var g_6f0c1bb16491e573170058e03e7b75ed = new google.maps.Geocoder();g_6f0c1bb16491e573170058e03e7b75ed.geocode( { 'address': "610 Oregon St, Hiawatha, KS 66434, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hiawatha-KS-crossdale-inc').style.display = '';map = new google.maps.Map(document.getElementById('hiawatha-KS-crossdale-inc'), mapOptions);}document.getElementById('4976d1ef').innerHTML += ' | View Map';var $l6f0c1bb16491e573170058e03e7b75ed = '

Crossdale Inc

Address: 610 Oregon St, Hiawatha, KS 66434, USA
Phone: (785) 742-2101
';var m_6f0c1bb16491e573170058e03e7b75ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crossdale Inc',});m_6f0c1bb16491e573170058e03e7b75ed['infowindow'] = new google.maps.InfoWindow({content: $l6f0c1bb16491e573170058e03e7b75ed});var infowindow = new google.maps.InfoWindow({content: $l6f0c1bb16491e573170058e03e7b75ed});google.maps.event.addListener(m_6f0c1bb16491e573170058e03e7b75ed, 'click', function() {infowindow.open(map,m_6f0c1bb16491e573170058e03e7b75ed);});$marker.push(m_6f0c1bb16491e573170058e03e7b75ed);}});}google.maps.event.addDomListener(window, 'load', initialize);