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.2976,-84.3578)};var g_6810c24b9efbc4736a0fee55c5083984 = new google.maps.Geocoder();g_6810c24b9efbc4736a0fee55c5083984.geocode( { 'address': "401 Clinton St, Defiance, OH 43512"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('defiance-OH-rdsi-solutions').style.display = '';map = new google.maps.Map(document.getElementById('defiance-OH-rdsi-solutions'), mapOptions);}document.getElementById('c3a0a061').innerHTML += ' | View Map';var $l6810c24b9efbc4736a0fee55c5083984 = '

RDSI Solutions

Address: 401 Clinton St, Defiance, OH 43512
Phone: (419) 785-3688
';var m_6810c24b9efbc4736a0fee55c5083984 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RDSI Solutions',});m_6810c24b9efbc4736a0fee55c5083984['infowindow'] = new google.maps.InfoWindow({content: $l6810c24b9efbc4736a0fee55c5083984});var infowindow = new google.maps.InfoWindow({content: $l6810c24b9efbc4736a0fee55c5083984});google.maps.event.addListener(m_6810c24b9efbc4736a0fee55c5083984, 'click', function() {infowindow.open(map,m_6810c24b9efbc4736a0fee55c5083984);});$marker.push(m_6810c24b9efbc4736a0fee55c5083984);}});}google.maps.event.addDomListener(window, 'load', initialize);