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(40.1149,-83.1919)};var g_86e5ced38272116888647894dc659032 = new google.maps.Geocoder();g_86e5ced38272116888647894dc659032.geocode( { 'address': "9000 Memorial Dr, Plain City, OH 43064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plain-city-OH-the-siekmann-company').style.display = '';map = new google.maps.Map(document.getElementById('plain-city-OH-the-siekmann-company'), mapOptions);}document.getElementById('084153a8').innerHTML += ' | View Map';var $l86e5ced38272116888647894dc659032 = '

The Siekmann Company

Address: 9000 Memorial Dr, Plain City, OH 43064, USA
Phone: (614) 873-5200
';var m_86e5ced38272116888647894dc659032 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Siekmann Company',});m_86e5ced38272116888647894dc659032['infowindow'] = new google.maps.InfoWindow({content: $l86e5ced38272116888647894dc659032});var infowindow = new google.maps.InfoWindow({content: $l86e5ced38272116888647894dc659032});google.maps.event.addListener(m_86e5ced38272116888647894dc659032, 'click', function() {infowindow.open(map,m_86e5ced38272116888647894dc659032);});$marker.push(m_86e5ced38272116888647894dc659032);}});}google.maps.event.addDomListener(window, 'load', initialize);