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(38.97,-95.3056)};var g_cd98cc43c7d44a82839daa5c0e6251b0 = new google.maps.Geocoder();g_cd98cc43c7d44a82839daa5c0e6251b0.geocode( { 'address': "4821 W 6th St, Lawrence, KS 66049, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawrence-KS-bwcu').style.display = '';map = new google.maps.Map(document.getElementById('lawrence-KS-bwcu'), mapOptions);}document.getElementById('d950e6ab').innerHTML += ' | View Map';var $lcd98cc43c7d44a82839daa5c0e6251b0 = '

Bwcu

Address: 4821 W 6th St, Lawrence, KS 66049, USA
Phone: (785) 856-7878
';var m_cd98cc43c7d44a82839daa5c0e6251b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bwcu',});m_cd98cc43c7d44a82839daa5c0e6251b0['infowindow'] = new google.maps.InfoWindow({content: $lcd98cc43c7d44a82839daa5c0e6251b0});var infowindow = new google.maps.InfoWindow({content: $lcd98cc43c7d44a82839daa5c0e6251b0});google.maps.event.addListener(m_cd98cc43c7d44a82839daa5c0e6251b0, 'click', function() {infowindow.open(map,m_cd98cc43c7d44a82839daa5c0e6251b0);});$marker.push(m_cd98cc43c7d44a82839daa5c0e6251b0);}});}google.maps.event.addDomListener(window, 'load', initialize);