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(39.7601,-84.1912)};var g_00d85667a56fe1d675a9b3585183ea97 = new google.maps.Geocoder();g_00d85667a56fe1d675a9b3585183ea97.geocode( { 'address': "8 N Main St, Dayton, OH 45402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dayton-OH-enterprise-ohio-investment-co').style.display = '';map = new google.maps.Map(document.getElementById('dayton-OH-enterprise-ohio-investment-co'), mapOptions);}document.getElementById('9f157bba').innerHTML += ' | View Map';var $l00d85667a56fe1d675a9b3585183ea97 = '

Enterprise Ohio Investment Co

Address: 8 N Main St, Dayton, OH 45402, USA
Phone: (937) 226-0457
';var m_00d85667a56fe1d675a9b3585183ea97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Enterprise Ohio Investment Co',});m_00d85667a56fe1d675a9b3585183ea97['infowindow'] = new google.maps.InfoWindow({content: $l00d85667a56fe1d675a9b3585183ea97});var infowindow = new google.maps.InfoWindow({content: $l00d85667a56fe1d675a9b3585183ea97});google.maps.event.addListener(m_00d85667a56fe1d675a9b3585183ea97, 'click', function() {infowindow.open(map,m_00d85667a56fe1d675a9b3585183ea97);});$marker.push(m_00d85667a56fe1d675a9b3585183ea97);}});}google.maps.event.addDomListener(window, 'load', initialize);