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.2585,-75.8224)};var g_7386def65e3d29f8fa75f6da88dc5b1d = new google.maps.Geocoder();g_7386def65e3d29f8fa75f6da88dc5b1d.geocode( { 'address': "1140 PA-315, Wilkes-Barre, PA 18711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilkes-barre-PA-tammac-corporation').style.display = '';map = new google.maps.Map(document.getElementById('wilkes-barre-PA-tammac-corporation'), mapOptions);}document.getElementById('04aca43f').innerHTML += ' | View Map';var $l7386def65e3d29f8fa75f6da88dc5b1d = '

Tammac Corporation

Address: 1140 PA-315, Wilkes-Barre, PA 18711, USA
Phone: (570) 825-9501
';var m_7386def65e3d29f8fa75f6da88dc5b1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tammac Corporation',});m_7386def65e3d29f8fa75f6da88dc5b1d['infowindow'] = new google.maps.InfoWindow({content: $l7386def65e3d29f8fa75f6da88dc5b1d});var infowindow = new google.maps.InfoWindow({content: $l7386def65e3d29f8fa75f6da88dc5b1d});google.maps.event.addListener(m_7386def65e3d29f8fa75f6da88dc5b1d, 'click', function() {infowindow.open(map,m_7386def65e3d29f8fa75f6da88dc5b1d);});$marker.push(m_7386def65e3d29f8fa75f6da88dc5b1d);}});}google.maps.event.addDomListener(window, 'load', initialize);