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.2985,-84.3771)};var g_bdbb7b82339a6700741e6dd665b8a993 = new google.maps.Geocoder();g_bdbb7b82339a6700741e6dd665b8a993.geocode( { 'address': "1200 Ralston Ave, Defiance, OH 43512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('defiance-OH-atm-the-state-bk--tr-co').style.display = '';map = new google.maps.Map(document.getElementById('defiance-OH-atm-the-state-bk--tr-co'), mapOptions);}document.getElementById('102f9fd6').innerHTML += ' | View Map';var $lbdbb7b82339a6700741e6dd665b8a993 = '

ATM The State Bk & Tr Co

Address: 1200 Ralston Ave, Defiance, OH 43512, USA
Phone: (800) 627-3999
';var m_bdbb7b82339a6700741e6dd665b8a993 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM The State Bk & Tr Co',});m_bdbb7b82339a6700741e6dd665b8a993['infowindow'] = new google.maps.InfoWindow({content: $lbdbb7b82339a6700741e6dd665b8a993});var infowindow = new google.maps.InfoWindow({content: $lbdbb7b82339a6700741e6dd665b8a993});google.maps.event.addListener(m_bdbb7b82339a6700741e6dd665b8a993, 'click', function() {infowindow.open(map,m_bdbb7b82339a6700741e6dd665b8a993);});$marker.push(m_bdbb7b82339a6700741e6dd665b8a993);}});}google.maps.event.addDomListener(window, 'load', initialize);