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(40.6557,-75.4238)};var g_348a38cd25abeab0e440f37510e9b1fa = new google.maps.Geocoder();g_348a38cd25abeab0e440f37510e9b1fa.geocode( { 'address': "2158 Avenue C #200, Bethlehem, PA 18017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-PA-lehigh-valley-economic-development-corporation-lvedc').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-PA-lehigh-valley-economic-development-corporation-lvedc'), mapOptions);}document.getElementById('78531829').innerHTML += ' | View Map';var $l348a38cd25abeab0e440f37510e9b1fa = '

Lehigh Valley Economic Development Corporation (LVEDC)

Address: 2158 Avenue C #200, Bethlehem, PA 18017, USA
Phone: (610) 266-6775
';var m_348a38cd25abeab0e440f37510e9b1fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lehigh Valley Economic Development Corporation (LVEDC)',});m_348a38cd25abeab0e440f37510e9b1fa['infowindow'] = new google.maps.InfoWindow({content: $l348a38cd25abeab0e440f37510e9b1fa});var infowindow = new google.maps.InfoWindow({content: $l348a38cd25abeab0e440f37510e9b1fa});google.maps.event.addListener(m_348a38cd25abeab0e440f37510e9b1fa, 'click', function() {infowindow.open(map,m_348a38cd25abeab0e440f37510e9b1fa);});$marker.push(m_348a38cd25abeab0e440f37510e9b1fa);}});}google.maps.event.addDomListener(window, 'load', initialize);