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(38.7947,-83.542)};var g_6ff9a855e440fa3a54807a91fdf82da4 = new google.maps.Geocoder();g_6ff9a855e440fa3a54807a91fdf82da4.geocode( { 'address': "418 E Main St, West Union, OH 45693, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-union-OH-wilson-realtors').style.display = '';map = new google.maps.Map(document.getElementById('west-union-OH-wilson-realtors'), mapOptions);}document.getElementById('f989069d').innerHTML += ' | View Map';var $l6ff9a855e440fa3a54807a91fdf82da4 = '

Wilson Realtors

Address: 418 E Main St, West Union, OH 45693, USA
Phone: (937) 544-2355
';var m_6ff9a855e440fa3a54807a91fdf82da4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wilson Realtors',});m_6ff9a855e440fa3a54807a91fdf82da4['infowindow'] = new google.maps.InfoWindow({content: $l6ff9a855e440fa3a54807a91fdf82da4});var infowindow = new google.maps.InfoWindow({content: $l6ff9a855e440fa3a54807a91fdf82da4});google.maps.event.addListener(m_6ff9a855e440fa3a54807a91fdf82da4, 'click', function() {infowindow.open(map,m_6ff9a855e440fa3a54807a91fdf82da4);});$marker.push(m_6ff9a855e440fa3a54807a91fdf82da4);}});}google.maps.event.addDomListener(window, 'load', initialize);