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.2427,-75.8425)};var g_6fc29754b953b2340e9b0ad0af4a959b = new google.maps.Geocoder();g_6fc29754b953b2340e9b0ad0af4a959b.geocode( { 'address': "100 Wilkes Barre Blvd, Wilkes-Barre, PA 18702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilkes-barre-PA-tammac-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('wilkes-barre-PA-tammac-financial-corporation'), mapOptions);}document.getElementById('f9a0859b').innerHTML += ' | View Map';var $l6fc29754b953b2340e9b0ad0af4a959b = '

Tammac Financial Corporation

Address: 100 Wilkes Barre Blvd, Wilkes-Barre, PA 18702, USA
Phone: (570) 824-2510
';var m_6fc29754b953b2340e9b0ad0af4a959b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tammac Financial Corporation',});m_6fc29754b953b2340e9b0ad0af4a959b['infowindow'] = new google.maps.InfoWindow({content: $l6fc29754b953b2340e9b0ad0af4a959b});var infowindow = new google.maps.InfoWindow({content: $l6fc29754b953b2340e9b0ad0af4a959b});google.maps.event.addListener(m_6fc29754b953b2340e9b0ad0af4a959b, 'click', function() {infowindow.open(map,m_6fc29754b953b2340e9b0ad0af4a959b);});$marker.push(m_6fc29754b953b2340e9b0ad0af4a959b);}});}google.maps.event.addDomListener(window, 'load', initialize);