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(41.1903,-85.1463)};var g_87b6c04f64cf0cd8f8322adbca74acf0 = new google.maps.Geocoder();g_87b6c04f64cf0cd8f8322adbca74acf0.geocode( { 'address': "413 Cavalcade Ct, Fort Wayne, IN 46845, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-king-commercial-capital').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-king-commercial-capital'), mapOptions);}document.getElementById('86d812b6').innerHTML += ' | View Map';var $l87b6c04f64cf0cd8f8322adbca74acf0 = '

King Commercial Capital

Address: 413 Cavalcade Ct, Fort Wayne, IN 46845, USA
Phone: (877) 565-4844
';var m_87b6c04f64cf0cd8f8322adbca74acf0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'King Commercial Capital',});m_87b6c04f64cf0cd8f8322adbca74acf0['infowindow'] = new google.maps.InfoWindow({content: $l87b6c04f64cf0cd8f8322adbca74acf0});var infowindow = new google.maps.InfoWindow({content: $l87b6c04f64cf0cd8f8322adbca74acf0});google.maps.event.addListener(m_87b6c04f64cf0cd8f8322adbca74acf0, 'click', function() {infowindow.open(map,m_87b6c04f64cf0cd8f8322adbca74acf0);});$marker.push(m_87b6c04f64cf0cd8f8322adbca74acf0);}});}google.maps.event.addDomListener(window, 'load', initialize);