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.7835,-82.9413)};var g_fff75f52998a477f6e7b00e58af8d64a = new google.maps.Geocoder();g_fff75f52998a477f6e7b00e58af8d64a.geocode( { 'address': "1630 Kendall Ave, Portsmouth, OH 45662"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-OH-b-b-e-inc').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-OH-b-b-e-inc'), mapOptions);}document.getElementById('59e20faa').innerHTML += ' | View Map';var $lfff75f52998a477f6e7b00e58af8d64a = '

B B & E Inc

Address: 1630 Kendall Ave, Portsmouth, OH 45662
Phone: (740) 354-3410
';var m_fff75f52998a477f6e7b00e58af8d64a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B B & E Inc',});m_fff75f52998a477f6e7b00e58af8d64a['infowindow'] = new google.maps.InfoWindow({content: $lfff75f52998a477f6e7b00e58af8d64a});var infowindow = new google.maps.InfoWindow({content: $lfff75f52998a477f6e7b00e58af8d64a});google.maps.event.addListener(m_fff75f52998a477f6e7b00e58af8d64a, 'click', function() {infowindow.open(map,m_fff75f52998a477f6e7b00e58af8d64a);});$marker.push(m_fff75f52998a477f6e7b00e58af8d64a);}});}google.maps.event.addDomListener(window, 'load', initialize);