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.7245,-81.2427)};var g_cab0156a9886bf23206a0fc666da4f6a = new google.maps.Geocoder();g_cab0156a9886bf23206a0fc666da4f6a.geocode( { 'address': "1 Victoria Square, Painesville, OH 44077, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('painesville-OH-lake-county-ohio-port-and-economic-development-authority').style.display = '';map = new google.maps.Map(document.getElementById('painesville-OH-lake-county-ohio-port-and-economic-development-authority'), mapOptions);}document.getElementById('0805da42').innerHTML += ' | View Map';var $lcab0156a9886bf23206a0fc666da4f6a = '

Lake County Ohio Port and Economic Development Authority

Address: 1 Victoria Square, Painesville, OH 44077, USA
Phone: (440) 357-2290
';var m_cab0156a9886bf23206a0fc666da4f6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake County Ohio Port and Economic Development Authority',});m_cab0156a9886bf23206a0fc666da4f6a['infowindow'] = new google.maps.InfoWindow({content: $lcab0156a9886bf23206a0fc666da4f6a});var infowindow = new google.maps.InfoWindow({content: $lcab0156a9886bf23206a0fc666da4f6a});google.maps.event.addListener(m_cab0156a9886bf23206a0fc666da4f6a, 'click', function() {infowindow.open(map,m_cab0156a9886bf23206a0fc666da4f6a);});$marker.push(m_cab0156a9886bf23206a0fc666da4f6a);}});}google.maps.event.addDomListener(window, 'load', initialize);