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.139,-84.5798)};var g_79f52c0968ea638d097f8d5e67540579 = new google.maps.Geocoder();g_79f52c0968ea638d097f8d5e67540579.geocode( { 'address': "220 N Main St, Paulding, OH 45879, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paulding-OH-atm-the-state-bk--tr-co').style.display = '';map = new google.maps.Map(document.getElementById('paulding-OH-atm-the-state-bk--tr-co'), mapOptions);}document.getElementById('071062a0').innerHTML += ' | View Map';var $l79f52c0968ea638d097f8d5e67540579 = '

ATM The State Bk & Tr Co

Address: 220 N Main St, Paulding, OH 45879, USA
Phone: (800) 627-3999
';var m_79f52c0968ea638d097f8d5e67540579 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM The State Bk & Tr Co',});m_79f52c0968ea638d097f8d5e67540579['infowindow'] = new google.maps.InfoWindow({content: $l79f52c0968ea638d097f8d5e67540579});var infowindow = new google.maps.InfoWindow({content: $l79f52c0968ea638d097f8d5e67540579});google.maps.event.addListener(m_79f52c0968ea638d097f8d5e67540579, 'click', function() {infowindow.open(map,m_79f52c0968ea638d097f8d5e67540579);});$marker.push(m_79f52c0968ea638d097f8d5e67540579);}});}google.maps.event.addDomListener(window, 'load', initialize);