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.996,-95.2543)};var g_24a09efbd42ab4cf97e7735675c63c35 = new google.maps.Geocoder();g_24a09efbd42ab4cf97e7735675c63c35.geocode( { 'address': "1768 N Minnesota St, Lawrence, KS 66044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawrence-KS-allen--associates').style.display = '';map = new google.maps.Map(document.getElementById('lawrence-KS-allen--associates'), mapOptions);}document.getElementById('524dbe35').innerHTML += ' | View Map';var $l24a09efbd42ab4cf97e7735675c63c35 = '

Allen & Associates

Address: 1768 N Minnesota St, Lawrence, KS 66044, USA
Phone: (785) 766-6314
';var m_24a09efbd42ab4cf97e7735675c63c35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allen & Associates',});m_24a09efbd42ab4cf97e7735675c63c35['infowindow'] = new google.maps.InfoWindow({content: $l24a09efbd42ab4cf97e7735675c63c35});var infowindow = new google.maps.InfoWindow({content: $l24a09efbd42ab4cf97e7735675c63c35});google.maps.event.addListener(m_24a09efbd42ab4cf97e7735675c63c35, 'click', function() {infowindow.open(map,m_24a09efbd42ab4cf97e7735675c63c35);});$marker.push(m_24a09efbd42ab4cf97e7735675c63c35);}});}google.maps.event.addDomListener(window, 'load', initialize);