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.2853,-84.3626)};var g_9f53d628e22b5e33f59b78efa89ab56a = new google.maps.Geocoder();g_9f53d628e22b5e33f59b78efa89ab56a.geocode( { 'address': "401 Clinton St, Defiance, OH 43512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('defiance-OH-rfcbc-inc').style.display = '';map = new google.maps.Map(document.getElementById('defiance-OH-rfcbc-inc'), mapOptions);}document.getElementById('2fd78dd6').innerHTML += ' | View Map';var $l9f53d628e22b5e33f59b78efa89ab56a = '

RFCBC Inc

Address: 401 Clinton St, Defiance, OH 43512, USA
Phone: (419) 783-8950
';var m_9f53d628e22b5e33f59b78efa89ab56a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RFCBC Inc',});m_9f53d628e22b5e33f59b78efa89ab56a['infowindow'] = new google.maps.InfoWindow({content: $l9f53d628e22b5e33f59b78efa89ab56a});var infowindow = new google.maps.InfoWindow({content: $l9f53d628e22b5e33f59b78efa89ab56a});google.maps.event.addListener(m_9f53d628e22b5e33f59b78efa89ab56a, 'click', function() {infowindow.open(map,m_9f53d628e22b5e33f59b78efa89ab56a);});$marker.push(m_9f53d628e22b5e33f59b78efa89ab56a);}});}google.maps.event.addDomListener(window, 'load', initialize);