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.9925,-94.6829)};var g_81ba5e7211702dacfb709ebdaea608f2 = new google.maps.Geocoder();g_81ba5e7211702dacfb709ebdaea608f2.geocode( { 'address': "12345 College Blvd, Overland Park, KS 66210-1299"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('overland-park-KS-johnson-county-community-college-jccc').style.display = '';map = new google.maps.Map(document.getElementById('overland-park-KS-johnson-county-community-college-jccc'), mapOptions);}document.getElementById('4d01e36a').innerHTML += ' | View Map';var $l81ba5e7211702dacfb709ebdaea608f2 = '

Johnson County Community College - JCCC

Address: 12345 College Blvd, Overland Park, KS 66210-1299
Phone: (913) 469-8500
';var m_81ba5e7211702dacfb709ebdaea608f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Johnson County Community College - JCCC',});m_81ba5e7211702dacfb709ebdaea608f2['infowindow'] = new google.maps.InfoWindow({content: $l81ba5e7211702dacfb709ebdaea608f2});var infowindow = new google.maps.InfoWindow({content: $l81ba5e7211702dacfb709ebdaea608f2});google.maps.event.addListener(m_81ba5e7211702dacfb709ebdaea608f2, 'click', function() {infowindow.open(map,m_81ba5e7211702dacfb709ebdaea608f2);});$marker.push(m_81ba5e7211702dacfb709ebdaea608f2);}});}google.maps.event.addDomListener(window, 'load', initialize);