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(60.5861,-151.324)};var g_b585bfbfa80a5284e7baffaec557beaa = new google.maps.Geocoder();g_b585bfbfa80a5284e7baffaec557beaa.geocode( { 'address': "14896 Kenai Spur Hwy, Kenai, AK 99611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenai-AK-economic-development-district').style.display = '';map = new google.maps.Map(document.getElementById('kenai-AK-economic-development-district'), mapOptions);}document.getElementById('7664b536').innerHTML += ' | View Map';var $lb585bfbfa80a5284e7baffaec557beaa = '

Economic Development District

Address: 14896 Kenai Spur Hwy, Kenai, AK 99611, USA
Phone: (907) 283-3335
';var m_b585bfbfa80a5284e7baffaec557beaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Economic Development District',});m_b585bfbfa80a5284e7baffaec557beaa['infowindow'] = new google.maps.InfoWindow({content: $lb585bfbfa80a5284e7baffaec557beaa});var infowindow = new google.maps.InfoWindow({content: $lb585bfbfa80a5284e7baffaec557beaa});google.maps.event.addListener(m_b585bfbfa80a5284e7baffaec557beaa, 'click', function() {infowindow.open(map,m_b585bfbfa80a5284e7baffaec557beaa);});$marker.push(m_b585bfbfa80a5284e7baffaec557beaa);}});}google.maps.event.addDomListener(window, 'load', initialize);