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.4878,-81.4454)};var g_dcfc28c9aba3fda5547fd10d241c626e = new google.maps.Geocoder();g_dcfc28c9aba3fda5547fd10d241c626e.geocode( { 'address': "111 Front Ave SE, New Philadelphia, OH 44663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-philadelphia-OH-tuscvalley-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('new-philadelphia-OH-tuscvalley-financial-inc'), mapOptions);}document.getElementById('e317bab3').innerHTML += ' | View Map';var $ldcfc28c9aba3fda5547fd10d241c626e = '

Tuscvalley Financial Inc

Address: 111 Front Ave SE, New Philadelphia, OH 44663, USA
Phone: (330) 343-8900
';var m_dcfc28c9aba3fda5547fd10d241c626e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tuscvalley Financial Inc',});m_dcfc28c9aba3fda5547fd10d241c626e['infowindow'] = new google.maps.InfoWindow({content: $ldcfc28c9aba3fda5547fd10d241c626e});var infowindow = new google.maps.InfoWindow({content: $ldcfc28c9aba3fda5547fd10d241c626e});google.maps.event.addListener(m_dcfc28c9aba3fda5547fd10d241c626e, 'click', function() {infowindow.open(map,m_dcfc28c9aba3fda5547fd10d241c626e);});$marker.push(m_dcfc28c9aba3fda5547fd10d241c626e);}});}google.maps.event.addDomListener(window, 'load', initialize);