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.2029,-83.5979)};var g_672dba5b67fb6c3b29841abf36e51870 = new google.maps.Geocoder();g_672dba5b67fb6c3b29841abf36e51870.geocode( { 'address': "300 Chillicothe Ave, Hillsboro, OH 45133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsboro-OH-lewis-financial-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('hillsboro-OH-lewis-financial-group-llc'), mapOptions);}document.getElementById('57ffc85b').innerHTML += ' | View Map';var $l672dba5b67fb6c3b29841abf36e51870 = '

Lewis Financial Group LLC

Address: 300 Chillicothe Ave, Hillsboro, OH 45133, USA
Phone: (937) 393-4227
';var m_672dba5b67fb6c3b29841abf36e51870 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lewis Financial Group LLC',});m_672dba5b67fb6c3b29841abf36e51870['infowindow'] = new google.maps.InfoWindow({content: $l672dba5b67fb6c3b29841abf36e51870});var infowindow = new google.maps.InfoWindow({content: $l672dba5b67fb6c3b29841abf36e51870});google.maps.event.addListener(m_672dba5b67fb6c3b29841abf36e51870, 'click', function() {infowindow.open(map,m_672dba5b67fb6c3b29841abf36e51870);});$marker.push(m_672dba5b67fb6c3b29841abf36e51870);}});}google.maps.event.addDomListener(window, 'load', initialize);