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.1042,-94.5805)};var g_f96c57d340f61c92a08d30282c8e4f2e = new google.maps.Geocoder();g_f96c57d340f61c92a08d30282c8e4f2e.geocode( { 'address': "811 Grand Blvd #101, Kansas City, MO 64106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-castle-law-office').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-castle-law-office'), mapOptions);}document.getElementById('0dee80a5').innerHTML += ' | View Map';var $lf96c57d340f61c92a08d30282c8e4f2e = '

Castle Law Office

Address: 811 Grand Blvd #101, Kansas City, MO 64106, USA
Phone: (816) 842-6200
';var m_f96c57d340f61c92a08d30282c8e4f2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Castle Law Office',});m_f96c57d340f61c92a08d30282c8e4f2e['infowindow'] = new google.maps.InfoWindow({content: $lf96c57d340f61c92a08d30282c8e4f2e});var infowindow = new google.maps.InfoWindow({content: $lf96c57d340f61c92a08d30282c8e4f2e});google.maps.event.addListener(m_f96c57d340f61c92a08d30282c8e4f2e, 'click', function() {infowindow.open(map,m_f96c57d340f61c92a08d30282c8e4f2e);});$marker.push(m_f96c57d340f61c92a08d30282c8e4f2e);}});}google.maps.event.addDomListener(window, 'load', initialize);