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.0988,-83.017)};var g_a3171cc0f610fdfdf460831fb25a3dc7 = new google.maps.Geocoder();g_a3171cc0f610fdfdf460831fb25a3dc7.geocode( { 'address': "1711 Woodland Ave, Columbus, OH 43219"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-b-b-b-venture').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-b-b-b-venture'), mapOptions);}document.getElementById('705e0148').innerHTML += ' | View Map';var $la3171cc0f610fdfdf460831fb25a3dc7 = '

B B & B Venture

Address: 1711 Woodland Ave, Columbus, OH 43219
Phone: (614) 252-9507
';var m_a3171cc0f610fdfdf460831fb25a3dc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B B & B Venture',});m_a3171cc0f610fdfdf460831fb25a3dc7['infowindow'] = new google.maps.InfoWindow({content: $la3171cc0f610fdfdf460831fb25a3dc7});var infowindow = new google.maps.InfoWindow({content: $la3171cc0f610fdfdf460831fb25a3dc7});google.maps.event.addListener(m_a3171cc0f610fdfdf460831fb25a3dc7, 'click', function() {infowindow.open(map,m_a3171cc0f610fdfdf460831fb25a3dc7);});$marker.push(m_a3171cc0f610fdfdf460831fb25a3dc7);}});}google.maps.event.addDomListener(window, 'load', initialize);