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.1079,-83.2675)};var g_31b6c88ed0f26da052bd1c51295eb2f3 = new google.maps.Geocoder();g_31b6c88ed0f26da052bd1c51295eb2f3.geocode( { 'address': "127 W Main St, Plain City, OH 43064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plain-city-OH-rummell-brill-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('plain-city-OH-rummell-brill-insurance-agency'), mapOptions);}document.getElementById('157cadf2').innerHTML += ' | View Map';var $l31b6c88ed0f26da052bd1c51295eb2f3 = '

Rummell-Brill Insurance Agency

Address: 127 W Main St, Plain City, OH 43064, USA
Phone: (614) 873-8221
';var m_31b6c88ed0f26da052bd1c51295eb2f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rummell-Brill Insurance Agency',});m_31b6c88ed0f26da052bd1c51295eb2f3['infowindow'] = new google.maps.InfoWindow({content: $l31b6c88ed0f26da052bd1c51295eb2f3});var infowindow = new google.maps.InfoWindow({content: $l31b6c88ed0f26da052bd1c51295eb2f3});google.maps.event.addListener(m_31b6c88ed0f26da052bd1c51295eb2f3, 'click', function() {infowindow.open(map,m_31b6c88ed0f26da052bd1c51295eb2f3);});$marker.push(m_31b6c88ed0f26da052bd1c51295eb2f3);}});}google.maps.event.addDomListener(window, 'load', initialize);